]> git.proxmox.com Git - mirror_frr.git/commit - bgpd/bgp_route.c
bgpd: use the wording vrf instead of table
authorPhilippe Guibert <philippe.guibert@6wind.com>
Wed, 2 Jan 2019 15:08:42 +0000 (16:08 +0100)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Mon, 7 Jan 2019 09:26:54 +0000 (10:26 +0100)
commitb84060bbedb72a7c3bd8cd6b79a5aebf9e34bc95
tree3484e04512368d74f8e5e6bbc999804ddee335ad
parentd52fa66f0eab73d73caf5fdb47aeae4132b144db
bgpd: use the wording vrf instead of table

in bgp, even if the main vrf implementation relies on tables, the fact
is some vrf implementation rely on network namespaces, and then the
table used is the default table from the network namespace. Use the
wording vrf instead of table.

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
bgpd/bgp_route.c