]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: pbr vty show command for ipset and iptables
authorPhilippe Guibert <philippe.guibert@6wind.com>
Mon, 23 Apr 2018 13:17:19 +0000 (15:17 +0200)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Thu, 31 May 2018 15:44:39 +0000 (17:44 +0200)
commit69428a4312fba03f9b25df685ef4f8748f969a97
treeae8e97e496874a9f4bad1d582196fd3fcd578572
parentcded61fce9c3f94fe55baaf5166569a602c4a0dd
zebra: pbr vty show command for ipset and iptables

Two new vty show functions available:
show pbr ipset <NAME>
show pbr iptables <NAME>

Those function dump the underlying "kernel" contexts. It relies on the
zebra pbr contexts. This helps then to know which zebra pbr
context has been configured since those contexts are mainly configured
by BGP Flowspec.

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