]> git.puffer.fish Git - matthieu/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>
Fri, 25 May 2018 13:49:38 +0000 (15:49 +0200)
commit4762c2137de994b5b1054cc43c26efef04b27bbf
treee645d9a0e0938327506bf7b7bfd507a28329de57
parentb588b642ce3d933394240f77879eb41f36959311
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