X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fadj%2Fadj.h;h=58e5ebf5d98985cca7cef4176370ecd1aff8f825;hb=c8972fe506c78530a3e4085453e86a0b85b245ef;hp=9d1577fe911a86a27a1f13303bf70a2f0d853d94;hpb=a6460e46f379315e872819af139ae2c87e8e06f3;p=vpp.git diff --git a/src/vnet/adj/adj.h b/src/vnet/adj/adj.h index 9d1577fe911..58e5ebf5d98 100644 --- a/src/vnet/adj/adj.h +++ b/src/vnet/adj/adj.h @@ -389,12 +389,6 @@ extern int adj_is_up (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 descend the FIB graph looking for loops *