summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2019-03-22 02:26:28 -0400
committerGitHub <noreply@github.com>2019-03-22 02:26:28 -0400
commit28ece813041af16f774e41d75e808bd0396e2f76 (patch)
tree82e731572bc385df3b16d65bb847ed793445e0c5
parent966891f9c3b169cff46e0f471146038f6d34eeff (diff)
parente933c6dd9d62bf8ed09f5eb47d3f1cc59405a492 (diff)
Merge pull request #3884 from ton31337/stable/6.0
bgpd: [6.0] Add peer action for PEER_FLAG_IFPEER_V6ONLY flag
-rw-r--r--bgpd/bgpd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/bgpd/bgpd.c b/bgpd/bgpd.c
index a82dd51cc8..7ce83ab1d3 100644
--- a/bgpd/bgpd.c
+++ b/bgpd/bgpd.c
@@ -3660,6 +3660,7 @@ static const struct peer_flag_action peer_flag_action_list[] = {
{PEER_FLAG_DISABLE_CONNECTED_CHECK, 0, peer_change_reset},
{PEER_FLAG_CAPABILITY_ENHE, 0, peer_change_reset},
{PEER_FLAG_ENFORCE_FIRST_AS, 0, peer_change_reset_in},
+ {PEER_FLAG_IFPEER_V6ONLY, 0, peer_change_reset},
{PEER_FLAG_ROUTEADV, 0, peer_change_none},
{PEER_FLAG_TIMER, 0, peer_change_none},
{PEER_FLAG_TIMER_CONNECT, 0, peer_change_none},