]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: accept static v6 routes with non-existent nexthop interfaces
authorRenato Westphal <renato@opensourcerouting.org>
Thu, 27 Jul 2017 21:01:12 +0000 (18:01 -0300)
committerRenato Westphal <renato@opensourcerouting.org>
Fri, 28 Jul 2017 02:39:27 +0000 (23:39 -0300)
commit33df4bb219d6c5b972877434c57fa85543dc8a5e
tree097c578cb2f53ca46c5d4adef325b406c4bf3c86
parentd97c792e9f525e360d3f39fd5c73e3ab4bd908c3
zebra: accept static v6 routes with non-existent nexthop interfaces

We don't need to enforce that the interface exists because the route can
be activated later once the interface becomes available. We already do
this for IPv4 routes and IPv6 routes with both a nexthop address and a
nexthop interface.

Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
zebra/zebra_vty.c