From 103d355db504527cc6fa1d563ce6976b8490d22c Mon Sep 17 00:00:00 2001 From: Filip Varga Date: Tue, 12 May 2020 13:42:45 +0200 Subject: nat: handoff next node feature fix Type: fix Change-Id: I14e323e7bb1db7a3d40668212535c07504374e59 Signed-off-by: Filip Varga --- src/vnet/feature/registration.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/vnet/feature/registration.c') diff --git a/src/vnet/feature/registration.c b/src/vnet/feature/registration.c index 030486a7489..537a4ada6e4 100644 --- a/src/vnet/feature/registration.c +++ b/src/vnet/feature/registration.c @@ -50,7 +50,7 @@
     VNET_FEATURE_INIT (ip4_lookup, static) =
     {
-      .arch_name = "ip4-unicast",
+      .arc_name = "ip4-unicast",
       .node_name = "my-ip4-unicast-feature",
       .runs_before = VLIB_FEATURES ("ip4-lookup")
     };
-- 
cgit 1.2.3-korg