summaryrefslogtreecommitdiffstats
path: root/bgpd/bgpd.h
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2015-05-20 02:57:34 +0200
committerDonald Sharp <sharpd@cumulusnetworks.com>2015-05-20 02:57:34 +0200
commit5000f21c25dd13d12c3a00b5e702d6f79685a77e (patch)
treee1bb0e2f2630fddb88e589db8cbacdeed61d657c /bgpd/bgpd.h
parentSend CEASE NOTIFICATIONS to all peers on "no router bgp" (diff)
downloadfrr-5000f21c25dd13d12c3a00b5e702d6f79685a77e.tar.xz
frr-5000f21c25dd13d12c3a00b5e702d6f79685a77e.zip
Add replace-as option to remove-private-as
Diffstat (limited to 'bgpd/bgpd.h')
-rw-r--r--bgpd/bgpd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/bgpd/bgpd.h b/bgpd/bgpd.h
index beecef525..3d4e03e5f 100644
--- a/bgpd/bgpd.h
+++ b/bgpd/bgpd.h
@@ -482,6 +482,8 @@ struct peer
#define PEER_FLAG_MAX_PREFIX_WARNING (1 << 15) /* maximum prefix warning-only */
#define PEER_FLAG_NEXTHOP_LOCAL_UNCHANGED (1 << 16) /* leave link-local nexthop unchanged */
#define PEER_FLAG_NEXTHOP_SELF_ALL (1 << 17) /* next-hop-self all */
+#define PEER_FLAG_REMOVE_PRIVATE_AS_ALL (1 << 18) /* remove-private-as all */
+#define PEER_FLAG_REMOVE_PRIVATE_AS_REPLACE (1 << 19) /* remove-private-as replace-as */
/* MD5 password */
char *password;