From: Alexander Chernavin Date: Wed, 9 Dec 2020 10:59:21 +0000 (-0500) Subject: nat: set out2in-dpo during plugin enabling X-Git-Tag: v21.06-rc0~7 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=3dcf795cf07885285124eed88fb44fc7d70a28c6;p=vpp.git nat: set out2in-dpo during plugin enabling Type: fix Change-Id: Ie41e2fb9393bf63099519150bb158b830d2c0d87 Signed-off-by: Alexander Chernavin --- diff --git a/src/plugins/nat/nat.c b/src/plugins/nat/nat.c index 05c7afc2b16..e02a11a604f 100644 --- a/src/plugins/nat/nat.c +++ b/src/plugins/nat/nat.c @@ -2881,6 +2881,7 @@ nat44_plugin_enable (nat44_config_t c) sm->endpoint_dependent = c.endpoint_dependent; sm->static_mapping_only = c.static_mapping_only; sm->static_mapping_connection_tracking = c.connection_tracking; + sm->out2in_dpo = c.out2in_dpo; sm->forwarding_enabled = 0; sm->mss_clamping = 0;