]> git.proxmox.com Git - mirror_frr.git/commit - bgpd/bgp_attr.c
bgpd: ability to export prefixes entries to a kernel table identifier
authorPhilippe Guibert <philippe.guibert@6wind.com>
Mon, 29 Apr 2019 13:26:01 +0000 (15:26 +0200)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Thu, 10 Oct 2019 14:06:51 +0000 (16:06 +0200)
commit951745bdabeb4aeb63a968a683dc18df6a744091
tree99c0347aa627507333545249c3c613c0c2901c76
parentd09e0a81b4e6bc407de0960d5dfba8572663c950
bgpd: ability to export prefixes entries to a kernel table identifier

this table identifier can be used for policy routing. incoming entries
are locally exported to that local table identifier.
note that so that the user applies the new table identifier to all
entries, the user should flush local tables first.

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
bgpd/bgp_attr.c
bgpd/bgp_attr.h
bgpd/bgp_routemap.c
bgpd/bgp_zebra.c
doc/user/routemap.rst