]> git.puffer.fish Git - mirror/frr.git/commit
lib: remove if_lookup_by_index portion of code with unknown vrf 2595/head
authorPhilippe Guibert <philippe.guibert@6wind.com>
Tue, 10 Jul 2018 12:34:44 +0000 (14:34 +0200)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Tue, 10 Jul 2018 15:32:40 +0000 (17:32 +0200)
commitfda82299656ae0c3b0fd3783c61b65eaeae0a0a2
tree38df56e7568ec917944fd91fb659bd2af9b0a50c
parent86f07f44c12cfc29924041f0f84158f6d3035472
lib: remove if_lookup_by_index portion of code with unknown vrf

This function should be called with a known vrf_id. All other cases, the
other API should be called.

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
lib/if.c