diff options
Diffstat (limited to 'zebra/zebra_vxlan.c')
-rw-r--r-- | zebra/zebra_vxlan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/zebra_vxlan.c b/zebra/zebra_vxlan.c index 6954c63af..f1c7debe1 100644 --- a/zebra/zebra_vxlan.c +++ b/zebra/zebra_vxlan.c @@ -6293,7 +6293,7 @@ void zebra_vxlan_set_accept_bgp_seq(bool set) accept_bgp_seq = set; } -bool zebra_vxlan_accept_bgp_seq(void) +bool zebra_vxlan_get_accept_bgp_seq(void) { return accept_bgp_seq; } |