From 52e6eb3386794fbd79a4a4e50f1b6a40412a935f Mon Sep 17 00:00:00 2001 From: sarthurdev <965089+sarthurdev@users.noreply.github.com> Date: Mon, 2 Aug 2021 21:14:32 +0200 Subject: firewall: T2199: Call firewall.py in vyos-router to create tables/chains --- scripts/init/vyos-router | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') diff --git a/scripts/init/vyos-router b/scripts/init/vyos-router index 316321c..409ca20 100755 --- a/scripts/init/vyos-router +++ b/scripts/init/vyos-router @@ -282,6 +282,7 @@ start () # As VyOS does not execute commands that are not present in the CLI we call # the script by hand to have a single source for the login banner and MOTD ${vyos_conf_scripts_dir}/system_console.py || log_failure_msg "could not reset serial console" + ${vyos_conf_scripts_dir}/firewall.py || log_failure_msg "could not initiate firewall rules" ${vyos_conf_scripts_dir}/system-login-banner.py || log_failure_msg "could not reset motd and issue files" ${vyos_conf_scripts_dir}/system-option.py || log_failure_msg "could not reset system option files" ${vyos_conf_scripts_dir}/conntrack.py || log_failure_msg "could not reset conntrack subsystem" -- cgit v1.2.3