Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for the expires option of ip route #1027

Closed
wants to merge 4 commits into from

Commits on Nov 5, 2024

  1. Add support for the expires option of ip route

    This is implemented through the attributes RTA_EXPIRES and RTA_CACHEINFO.
    albertjin committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    08030ba View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Add testing code for the route expiry option

    Enhanced TestRoute6AddDel with expiry option. Route expiry is only supported for IPv6 with kernel 4.4+.
    albertjin committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    37e94a5 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. Add support for IFLA_NETKIT_SCRUB and IFLA_NETKIT_PEER_SCRUB

    Link: https://lore.kernel.org/bpf/[email protected]/T/#u
    
    Add support for the `expires` option of `ip route`
    
    This is implemented through the attributes RTA_EXPIRES and RTA_CACHEINFO.
    
    Add testing code for the route expiry option
    
    Enhanced TestRoute6AddDel with expiry option. Route expiry is only supported for IPv6 with kernel 4.4+.
    jrife authored and albertjin committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    5f8670f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19a0a20 View commit details
    Browse the repository at this point in the history