summaryrefslogtreecommitdiff
path: root/bgpd/bgp_btoa.c
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@opensourcerouting.org>2016-12-14 19:30:44 +0100
committerDavid Lamparter <equinox@opensourcerouting.org>2016-12-20 17:57:47 +0100
commitb2f361571b2ada8e820ad8ab87c023479e3af90a (patch)
treef96a05e79aafa9484f7c241f42e64d1341c87379 /bgpd/bgp_btoa.c
parenta07169b1f687e993359a3033dc6bbeea48464ead (diff)
build: rename (1 of ?): configure.ac + preproc
This replaces Quagga -> FRR in most configure.ac settings as well as a handful of preprocessor macros in the source code. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'bgpd/bgp_btoa.c')
-rw-r--r--bgpd/bgp_btoa.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/bgpd/bgp_btoa.c b/bgpd/bgp_btoa.c
index cd52c94b1f..37bef9b85d 100644
--- a/bgpd/bgp_btoa.c
+++ b/bgpd/bgp_btoa.c
@@ -44,9 +44,9 @@ static zebra_capabilities_t _caps_p [] =
struct zebra_privs_t bgpd_privs =
{
-#if defined(QUAGGA_USER) && defined(QUAGGA_GROUP)
- .user = QUAGGA_USER,
- .group = QUAGGA_GROUP,
+#if defined(FRR_USER) && defined(FRR_GROUP)
+ .user = FRR_USER,
+ .group = FRR_GROUP,
#endif
#ifdef VTY_GROUP
.vty_group = VTY_GROUP,