Searched hist:"493 ced1ac47c48bb86d9d4e8e87df8592be85a0e" (Results 1 – 3 of 3) sorted by relevance
/linux/include/net/ |
H A D | ip_fib.h | diff 493ced1ac47c48bb86d9d4e8e87df8592be85a0e Sat Jun 08 23:53:32 CEST 2019 David Ahern <dsahern@gmail.com> ipv4: Allow routes to use nexthop objects
Add support for RTA_NH_ID attribute to allow a user to specify a nexthop id to use with a route. fc_nh_id is added to fib_config to hold the value passed in the RTA_NH_ID attribute. If a nexthop id is given, the gateway, device, encap and multipath attributes can not be set.
Update fib_nh_match to check ids on a route delete.
Signed-off-by: David Ahern <dsahern@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/linux/net/ipv4/ |
H A D | fib_frontend.c | diff 493ced1ac47c48bb86d9d4e8e87df8592be85a0e Sat Jun 08 23:53:32 CEST 2019 David Ahern <dsahern@gmail.com> ipv4: Allow routes to use nexthop objects
Add support for RTA_NH_ID attribute to allow a user to specify a nexthop id to use with a route. fc_nh_id is added to fib_config to hold the value passed in the RTA_NH_ID attribute. If a nexthop id is given, the gateway, device, encap and multipath attributes can not be set.
Update fib_nh_match to check ids on a route delete.
Signed-off-by: David Ahern <dsahern@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | fib_semantics.c | diff 493ced1ac47c48bb86d9d4e8e87df8592be85a0e Sat Jun 08 23:53:32 CEST 2019 David Ahern <dsahern@gmail.com> ipv4: Allow routes to use nexthop objects
Add support for RTA_NH_ID attribute to allow a user to specify a nexthop id to use with a route. fc_nh_id is added to fib_config to hold the value passed in the RTA_NH_ID attribute. If a nexthop id is given, the gateway, device, encap and multipath attributes can not be set.
Update fib_nh_match to check ids on a route delete.
Signed-off-by: David Ahern <dsahern@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|