fib feature: Code mechanics to decouple dependency of feature on adj
[vpp.git] / src / vnet / adj / adj.h
index 9d1577f..58e5ebf 100644 (file)
@@ -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
  *