diff options
| author | Stephen Worley <sworley@nvidia.com> | 2022-11-01 14:09:15 -0400 | 
|---|---|---|
| committer | Stephen Worley <sworley@nvidia.com> | 2022-11-01 14:09:15 -0400 | 
| commit | da823882a5fb2295efdfed3154fa6130e3227e58 (patch) | |
| tree | 6a25c808cdaef29ad3f7ff11e1d0bb60a9dd1eb0 /zebra/zebra_vxlan.h | |
| parent | 100290e449093bd90a085e918caa3a11637a79d3 (diff) | |
zebra: use "get" naming for bgp accept lower knob
Use "get" as the name for checking the status of the bgp
accept lower seq knob. This already has an equivalent "set"
so makes sense to keep it consistent.
Signed-off-by: Stephen Worley <sworley@nvidia.com>
Diffstat (limited to 'zebra/zebra_vxlan.h')
| -rw-r--r-- | zebra/zebra_vxlan.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/zebra_vxlan.h b/zebra/zebra_vxlan.h index 1d777e39f8..121e5633d6 100644 --- a/zebra/zebra_vxlan.h +++ b/zebra/zebra_vxlan.h @@ -226,7 +226,7 @@ extern int zebra_vxlan_dp_network_mac_del(struct interface *ifp,  					  vlanid_t vid);  extern void zebra_vxlan_set_accept_bgp_seq(bool set); -extern bool zebra_vxlan_accept_bgp_seq(void); +extern bool zebra_vxlan_get_accept_bgp_seq(void);  #ifdef __cplusplus  }  | 
