Add the ability to skip address sync on unnumbered interfaces

This commit is contained in:
Pim van Pelt
2024-03-05 22:59:15 +01:00
parent c8dc522fe9
commit a960d64a87
6 changed files with 78 additions and 1 deletions

View File

@ -166,6 +166,12 @@ int lcp_auto_subint (void);
void lcp_set_sync (u8 is_auto);
int lcp_sync (void);
/**
* sync address of unnumbered interfaces from VPP into LCP
*/
void lcp_set_sync_unnumbered (u8 is_sync);
int lcp_sync_unnumbered (void);
typedef void (*lcp_itf_pair_add_cb_t) (lcp_itf_pair_t *);
typedef void (*lcp_itf_pair_del_cb_t) (lcp_itf_pair_t *);