diff options
| author | Igor Ryzhov <iryzhov@nfware.com> | 2024-01-22 21:52:09 +0200 | 
|---|---|---|
| committer | Igor Ryzhov <iryzhov@nfware.com> | 2024-01-28 23:28:39 +0200 | 
| commit | 7c6e41ecffe63cb5d17b475c874faf788e4138a3 (patch) | |
| tree | 52a3cddb5043a10fcf00193ef8d97d3b98417c94 /zebra/zebra_evpn_mh.h | |
| parent | a6db1c14a434a2f2e389de2ef871ed4a3d10d30a (diff) | |
zebra: convert interface evpn mh es-df-pref 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 | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/zebra/zebra_evpn_mh.h b/zebra/zebra_evpn_mh.h index ebfe66f9dc..81a773b87c 100644 --- a/zebra/zebra_evpn_mh.h +++ b/zebra/zebra_evpn_mh.h @@ -388,4 +388,8 @@ void zebra_evpn_es_sys_mac_update(struct zebra_if *zif, struct ethaddr *sysmac);  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_mh_if_init(struct zebra_if *zif); +  #endif /* _ZEBRA_EVPN_MH_H */  | 
