From: Jo-Philipp Wich Date: Fri, 11 Apr 2014 16:25:37 +0000 (+0200) Subject: Reapply SNAT/MASQUERADE rules on firewall reloads X-Git-Url: http://git.archive.openwrt.org/?p=project%2Ffirewall3.git;a=commitdiff_plain;h=d1a450f7f29b68c314b92cde4f8cd34d4766302b;hp=31456301f514e3e04f61930bb00f6b2d99b4d067 Reapply SNAT/MASQUERADE rules on firewall reloads Signed-off-by: Jo-Philipp Wich --- diff --git a/main.c b/main.c index c0180b2..bf0830b 100644 --- a/main.c +++ b/main.c @@ -374,6 +374,7 @@ start: fw3_print_default_head_rules(handle, cfg_state, true); fw3_print_rules(handle, cfg_state); fw3_print_redirects(handle, cfg_state); + fw3_print_snats(handle, cfg_state); fw3_print_forwards(handle, cfg_state); fw3_print_zone_rules(handle, cfg_state, true); fw3_print_default_tail_rules(handle, cfg_state, true);