diff options
author | sarthurdev <965089+sarthurdev@users.noreply.github.com> | 2021-08-02 21:14:32 +0200 |
---|---|---|
committer | sarthurdev <965089+sarthurdev@users.noreply.github.com> | 2021-10-20 16:54:25 +0200 |
commit | 52e6eb3386794fbd79a4a4e50f1b6a40412a935f (patch) | |
tree | f4e9f97cd8b2424be37b94f149cc3c6ec693ee2f /scripts | |
parent | 8d7267114762c488cd180b087cc865af94b946b0 (diff) | |
download | vyatta-cfg-52e6eb3386794fbd79a4a4e50f1b6a40412a935f.tar.gz vyatta-cfg-52e6eb3386794fbd79a4a4e50f1b6a40412a935f.zip |
firewall: T2199: Call firewall.py in vyos-router to create tables/chains
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/init/vyos-router | 1 |
1 files changed, 1 insertions, 0 deletions
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" |