X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fdpo%2Fdpo.c;h=e94f347466e88781727685c1692192131356282d;hb=6f6311560380d0e992f710558e213df1b098ef94;hp=bd18b66bfd55f10817c1cea81165547cdd20688b;hpb=d3c008d108aa2187d1a2afe2833b4de25ca2c2ab;p=vpp.git diff --git a/src/vnet/dpo/dpo.c b/src/vnet/dpo/dpo.c index bd18b66bfd5..e94f347466e 100644 --- a/src/vnet/dpo/dpo.c +++ b/src/vnet/dpo/dpo.c @@ -40,6 +40,7 @@ #include #include #include +#include /** * Array of char* names for the DPO types and protos @@ -523,6 +524,7 @@ dpo_module_init (vlib_main_t * vm) interface_rx_dpo_module_init(); interface_tx_dpo_module_init(); mpls_disp_dpo_module_init(); + l2_bridge_dpo_module_init(); return (NULL); }