aboutsummaryrefslogtreecommitdiffstats
path: root/vnet/vnet/l2/l2_rw.c
diff options
context:
space:
mode:
Diffstat (limited to 'vnet/vnet/l2/l2_rw.c')
-rw-r--r--vnet/vnet/l2/l2_rw.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/vnet/vnet/l2/l2_rw.c b/vnet/vnet/l2/l2_rw.c
index 93580c24..b66a7d34 100644
--- a/vnet/vnet/l2/l2_rw.c
+++ b/vnet/vnet/l2/l2_rw.c
@@ -604,3 +604,5 @@ VLIB_REGISTER_NODE (l2_rw_node) = {
.next_nodes = { [L2_RW_NEXT_DROP] = "error-drop"},
};
+VLIB_NODE_FUNCTION_MULTIARCH (l2_rw_node, l2_rw_node_fn)
+