summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_open.h
diff options
context:
space:
mode:
authorDonatas Abraitis <donatas@opensourcerouting.org>2022-04-27 20:50:58 +0200
committerDonatas Abraitis <donatas@opensourcerouting.org>2022-04-27 20:50:58 +0200
commitd83facbbf54478845ca57c92ed2ff8a6fcc678cc (patch)
tree83ec2d1e79932cf6c6d3eb3d1d20ee9d2218e0c1 /bgpd/bgp_open.h
parentMerge pull request #11098 from opensourcerouting/zapi-mrib-v6 (diff)
downloadfrr-d83facbbf54478845ca57c92ed2ff8a6fcc678cc.tar.xz
frr-d83facbbf54478845ca57c92ed2ff8a6fcc678cc.zip
bgpd: Rename graceful restart constants for R/F flags
Just to better understand what they mean. Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
Diffstat (limited to 'bgpd/bgp_open.h')
-rw-r--r--bgpd/bgp_open.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/bgpd/bgp_open.h b/bgpd/bgp_open.h
index c04816c00..d359a872d 100644
--- a/bgpd/bgp_open.h
+++ b/bgpd/bgp_open.h
@@ -87,8 +87,8 @@ struct graceful_restart_af {
#define CAPABILITY_ACTION_UNSET 1
/* Graceful Restart */
-#define RESTART_R_BIT 0x8000
-#define RESTART_F_BIT 0x80
+#define GRACEFUL_RESTART_R_BIT 0x8000
+#define GRACEFUL_RESTART_F_BIT 0x80
/* Long-lived Graceful Restart */
#define LLGR_F_BIT 0x80