diff options
| author | Igor Ryzhov <iryzhov@nfware.com> | 2024-01-22 22:21:04 +0200 |
|---|---|---|
| committer | Igor Ryzhov <iryzhov@nfware.com> | 2024-01-28 23:28:39 +0200 |
| commit | 4a18818b02c55c6a5313b5d49c4447daef3a3816 (patch) | |
| tree | 11abae62952fa5a9ac7aedf125bb472e1536a5f0 /zebra/zebra_evpn_mh.h | |
| parent | 7c6e41ecffe63cb5d17b475c874faf788e4138a3 (diff) | |
zebra: convert interface evpn mh bypass command to NB
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
Diffstat (limited to 'zebra/zebra_evpn_mh.h')
| -rw-r--r-- | zebra/zebra_evpn_mh.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zebra/zebra_evpn_mh.h b/zebra/zebra_evpn_mh.h index 81a773b87c..a3e44e1753 100644 --- a/zebra/zebra_evpn_mh.h +++ b/zebra/zebra_evpn_mh.h @@ -389,6 +389,7 @@ void zebra_evpn_es_lid_update(struct zebra_if *zif, uint32_t lid); void zebra_evpn_es_type0_esi_update(struct zebra_if *zif, esi_t *esi); void zebra_evpn_es_df_pref_update(struct zebra_if *zif, uint16_t df_pref); +void zebra_evpn_es_bypass_cfg_update(struct zebra_if *zif, bool bypass); void zebra_evpn_mh_if_init(struct zebra_if *zif); |
