diff options
Diffstat (limited to 'src/vnet/adj/adj.h')
-rw-r--r-- | src/vnet/adj/adj.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/vnet/adj/adj.h b/src/vnet/adj/adj.h index fcc5890c7d7..271fdbc6114 100644 --- a/src/vnet/adj/adj.h +++ b/src/vnet/adj/adj.h @@ -97,6 +97,12 @@ extern u32 adj_get_sw_if_index (adj_index_t ai); extern const u8* adj_get_rewrite (adj_index_t ai); /** + * @brief Notify the adjacency subsystem that the features settings for + * an interface have changed + */ +extern void adj_feature_update (u32 sw_if_index, u8 arc_index, u8 is_enable); + +/** * @brief * The global adjacnecy pool. Exposed for fast/inline data-plane access */ |