MTU: Software interface / Per-protocol MTU support
[vpp.git] / src / vnet / adj / adj.h
index 0434d7c..fe77d16 100644 (file)
@@ -273,7 +273,7 @@ typedef struct ip_adjacency_t_
   /**
    * A sorted vector of delegates
    */
-  struct adj_delegate_t_ **ia_delegates;
+  struct adj_delegate_t_ *ia_delegates;
 
 } ip_adjacency_t;
 
@@ -344,12 +344,6 @@ extern const u8* adj_get_rewrite (adj_index_t ai);
  */
 extern void adj_feature_update (u32 sw_if_index, u8 arc_index, u8 is_enable);
 
-/**
- * @brief Notify the adjacency subsystem that the MTU settings for
- * an HW interface have changed
- */
-extern void adj_mtu_update (u32 hw_if_index);
-
 /**
  * @brief
  * The global adjacnecy pool. Exposed for fast/inline data-plane access