L3 proxy FIB source for container networking
[vpp.git] / src / vnet / fib / fib_entry_src_special.c
index 52a6134..c3e4fe5 100644 (file)
@@ -43,7 +43,7 @@ static void
 fib_entry_src_special_add (fib_entry_src_t *src,
                           const fib_entry_t *entry,
                           fib_entry_flag_t flags,
-                          fib_protocol_t proto,
+                          dpo_proto_t proto,
                           const dpo_id_t *dpo)
 {
     src->fes_pl =
@@ -66,6 +66,6 @@ fib_entry_src_special_register (void)
     fib_entry_src_register(FIB_SOURCE_MAP, &special_src_vft);
     fib_entry_src_register(FIB_SOURCE_SIXRD, &special_src_vft);
     fib_entry_src_register(FIB_SOURCE_CLASSIFY, &special_src_vft);
-    fib_entry_src_register(FIB_SOURCE_SR, &special_src_vft);
     fib_entry_src_register(FIB_SOURCE_AE, &special_src_vft);
+    fib_entry_src_register(FIB_SOURCE_PROXY, &special_src_vft);
 }