]> git.proxmox.com Git - mirror_frr.git/commit
zebra: pbr rule lookup index adaptation for vrf netns
authorPhilippe Guibert <philippe.guibert@6wind.com>
Thu, 5 Jul 2018 08:02:57 +0000 (10:02 +0200)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Tue, 10 Jul 2018 15:32:23 +0000 (17:32 +0200)
commit06432d4e4f41cf9a516a92987066f2b662d80fce
tree44f4fc16a73ed82b3aeab00060c0e3419567aa1f
parentfac4d51eea6cad22d5224ff5a0c538ce2ccdeada
zebra: pbr rule lookup index adaptation for vrf netns

the interface lookup based on ifindex in the case the target vrf is
unknown is using the generic vrf api. Like that, in the case of vrf
based netns, the search across different netns other than the default
one are not searched.

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