diff options
author | Christian Breunig <christian@breunig.cc> | 2024-04-02 18:50:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-02 18:50:42 +0200 |
commit | 92be9ee46943f38648daeb75da729a460daea9c9 (patch) | |
tree | b6ca67716ab8e6716f56d42557adc5b55a92cd80 /src/init/vyos-router | |
parent | 0cb21915164551b3d2eaab79ed6339184957c326 (diff) | |
parent | 33b031cc9005e51129719ff42d70bf50fb7f14e1 (diff) | |
download | vyos-1x-92be9ee46943f38648daeb75da729a460daea9c9.tar.gz vyos-1x-92be9ee46943f38648daeb75da729a460daea9c9.zip |
Merge pull request #3234 from vyos/mergify/bp/sagitta/pr-3230
firewall: nat: policy: vrf: nft call syntax and import cleanup (backport #3230)
Diffstat (limited to 'src/init/vyos-router')
-rwxr-xr-x | src/init/vyos-router | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/init/vyos-router b/src/init/vyos-router index 912a9ef3b..c2cb9169f 100755 --- a/src/init/vyos-router +++ b/src/init/vyos-router @@ -367,7 +367,7 @@ start () nfct helper add rpc inet6 tcp nfct helper add rpc inet6 udp nfct helper add tns inet6 tcp - nft -f /usr/share/vyos/vyos-firewall-init.conf || log_failure_msg "could not initiate firewall rules" + nft --file /usr/share/vyos/vyos-firewall-init.conf || log_failure_msg "could not initiate firewall rules" # 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 |