]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: add vty command to restrict FS policy routing to a defined interface
authorPhilippe Guibert <philippe.guibert@6wind.com>
Wed, 25 Apr 2018 16:29:35 +0000 (18:29 +0200)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Thu, 31 May 2018 15:44:40 +0000 (17:44 +0200)
commitaa97cd11742577ec3fe92c3d299e2d71b45b0f22
tree9a16f8b828cd4e1c4ff0cb919598375cc6c13c50
parent0320eee0c55dff007600432e168663cd155b2f68
bgpd: add vty command to restrict FS policy routing to a defined interface

policy routing is configurable via address-family ipv4 flowspec
subfamily node. This is then possible to restrict flowspec operation
through the BGP instance, to a single or some interfaces, but not all.

Two commands available:
[no] local-install [IFNAME]

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
bgpd/bgp_flowspec.h
bgpd/bgp_flowspec_vty.c
bgpd/bgp_pbr.c
bgpd/bgp_pbr.h
bgpd/bgp_zebra.c
bgpd/bgpd.c
bgpd/bgpd.h