summaryrefslogtreecommitdiffstats
path: root/zebra/zserv.h
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2020-08-10 14:39:51 +0200
committerGitHub <noreply@github.com>2020-08-10 14:39:51 +0200
commit8e3ac40d2cb5f38a2804d1b19eeb77aeebd7c7af (patch)
treeb543b31173d45d711fd229c83c50767e764f2494 /zebra/zserv.h
parentMerge pull request #6877 from opensourcerouting/misc-docstring-fix (diff)
parentzebra: add IPv6 router-id (diff)
downloadfrr-8e3ac40d2cb5f38a2804d1b19eeb77aeebd7c7af.tar.xz
frr-8e3ac40d2cb5f38a2804d1b19eeb77aeebd7c7af.zip
Merge pull request #6483 from sylane/router-id-v6
zebra: add IPv6 router-id
Diffstat (limited to 'zebra/zserv.h')
-rw-r--r--zebra/zserv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/zserv.h b/zebra/zserv.h
index e90446078..54e840cd5 100644
--- a/zebra/zserv.h
+++ b/zebra/zserv.h
@@ -135,7 +135,7 @@ struct zserv {
vrf_bitmap_t redist_default[AFI_MAX];
/* Router-id information. */
- vrf_bitmap_t ridinfo;
+ vrf_bitmap_t ridinfo[AFI_MAX];
bool notify_owner;