]> git.proxmox.com Git - mirror_frr.git/commit - bgpd/bgp_route.c
bgpd: support for show bgp ipv4 flowspec
authorPhilippe Guibert <philippe.guibert@6wind.com>
Mon, 19 Feb 2018 16:17:41 +0000 (17:17 +0100)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Fri, 30 Mar 2018 12:01:05 +0000 (14:01 +0200)
commitdba3c1d3fbf563aab505aebeed0ece7480e895a4
tree1ef1da8589492639cfc9116c3a707e4ffc65ac8b
parenta8d72b61eb87cf0aea03d4075247eb5290666c8d
bgpd: support for show bgp ipv4 flowspec

The show bgp ipv4 flowspec routine is made available, displays the
flowspec rules contained in the BGP FIB database, as well as the actions
to be done on those rules. Two routines are available:
show bgp ipv4 flowspec
show bgp ipv4 flowspec detail

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
bgpd/Makefile.am
bgpd/bgp_flowspec.h
bgpd/bgp_flowspec_private.h
bgpd/bgp_flowspec_vty.c [new file with mode: 0644]
bgpd/bgp_route.c
bgpd/bgp_route.h