summaryrefslogtreecommitdiff
path: root/python/firstheader.py
diff options
context:
space:
mode:
authorPhilippe Guibert <philippe.guibert@6wind.com>2023-09-13 11:36:23 +0200
committerPhilippe Guibert <philippe.guibert@6wind.com>2023-09-13 12:23:20 +0200
commit46d792409c4317cf6a603b685a00b680af7bc793 (patch)
treebe870cc0ff32ed607e9e496b8764ce0590519aeb /python/firstheader.py
parentabaa68f213da6f3509351ef729aae609719041d6 (diff)
bgpd: fix forbiding 'redistribute table' usage on non default instances
The 'redistribute table' command can be used by configuration on a non default BGP instance, but this command does not work for multiple reasons: - The route entries configured on a given table are always configured from the default vrf. This constraint prevents from redistributing a prefix from the default vrf to an other non default bgp instance. - The importation of route entries requires 'ip import-table' on vrfs and this command is not available Fix this by preventing from configuring this kind of redistribution on non default bgp instances. Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
Diffstat (limited to 'python/firstheader.py')
0 files changed, 0 insertions, 0 deletions