diff options
| author | Donald Sharp <donaldsharp72@gmail.com> | 2021-09-21 10:51:37 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-21 10:51:37 -0400 |
| commit | 5b311cf18d3612a7d4f08e52bac7c44b4bfaed4d (patch) | |
| tree | 42b54fdf043570e547a19c81224d2d63543395b0 /zebra/interface.h | |
| parent | f0a477719266cdfa7d22ba0f9240af03fc10aeff (diff) | |
| parent | c6f55fb28f188b59383987f413d802e09c8bce8a (diff) | |
Merge pull request #9052 from mjstapp/dplane_incoming_dev
zebra: Move incoming netlink interface address change events to the dplane pthread
Diffstat (limited to 'zebra/interface.h')
| -rw-r--r-- | zebra/interface.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zebra/interface.h b/zebra/interface.h index d86bc68ef0..23e22bdda8 100644 --- a/zebra/interface.h +++ b/zebra/interface.h @@ -513,6 +513,7 @@ extern void zebra_l2_map_slave_to_bond(struct zebra_if *zif, vrf_id_t vrf); extern void zebra_l2_unmap_slave_from_bond(struct zebra_if *zif); extern const char *zebra_protodown_rc_str(enum protodown_reasons protodown_rc, char *pd_buf, uint32_t pd_buf_len); +void zebra_if_addr_update_ctx(struct zebra_dplane_ctx *ctx); #ifdef HAVE_PROC_NET_DEV extern void ifstat_update_proc(void); |
