nat: set out2in-dpo during plugin enabling

Type: fix
Change-Id: Ie41e2fb9393bf63099519150bb158b830d2c0d87
Signed-off-by: Alexander Chernavin <achernavin@netgate.com>
This commit is contained in:
Alexander Chernavin
2020-12-09 05:59:21 -05:00
committed by Matthew Smith
parent c06fe76054
commit 3dcf795cf0

View File

@ -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;