summaryrefslogtreecommitdiff
path: root/zebra/zebra_l2.h
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@nvidia.com>2023-04-15 08:04:51 -0400
committerDonald Sharp <sharpd@nvidia.com>2023-07-05 11:49:36 -0400
commitbc0bac5524037442117e16238c1fe72b3f9159f3 (patch)
tree5c29219cb22ec52d78d552dd316a9166e0d04902 /zebra/zebra_l2.h
parentcd7324dfa696ef58bd8427cad40b96210de1bf50 (diff)
zebra: Remove unused add variable
Function was not using the add variable. Remove it. Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'zebra/zebra_l2.h')
-rw-r--r--zebra/zebra_l2.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/zebra/zebra_l2.h b/zebra/zebra_l2.h
index 3be002656a..c63310e279 100644
--- a/zebra/zebra_l2.h
+++ b/zebra/zebra_l2.h
@@ -160,8 +160,7 @@ extern void zebra_l2_map_slave_to_bridge(struct zebra_l2info_brslave *br_slave,
extern void
zebra_l2_unmap_slave_from_bridge(struct zebra_l2info_brslave *br_slave);
extern void zebra_l2_bridge_add_update(struct interface *ifp,
- struct zebra_l2info_bridge *bridge_info,
- int add);
+ struct zebra_l2info_bridge *bridge_info);
extern void zebra_l2_bridge_del(struct interface *ifp);
extern void zebra_l2_vlanif_update(struct interface *ifp,
struct zebra_l2info_vlan *vlan_info);