diff options
author | Filip Varga <fivarga@cisco.com> | 2020-05-12 13:42:45 +0200 |
---|---|---|
committer | Ole Trøan <otroan@employees.org> | 2020-05-13 11:15:42 +0000 |
commit | 103d355db504527cc6fa1d563ce6976b8490d22c (patch) | |
tree | 0a5c7af838bcab4a9b542022984a2e7c6c5f6145 /src/vnet/feature/registration.c | |
parent | 85af76af5c63c5fbe018a0765e252eea64efb0ea (diff) |
nat: handoff next node feature fix
Type: fix
Change-Id: I14e323e7bb1db7a3d40668212535c07504374e59
Signed-off-by: Filip Varga <fivarga@cisco.com>
Diffstat (limited to 'src/vnet/feature/registration.c')
-rw-r--r-- | src/vnet/feature/registration.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ <CODE><PRE> 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") }; |