Today
Could you create a PR?
Now we receive this error in 1.5-rolling-202312060024 when the command is executed:
Yesterday
Per discussion on forums (https://forum.vyos.io/t/how-to-use-flowtables-in-vyos-1-4-with-zone-based-firewall/13004/4), custom chains do not currently have the ability to set offload as an action. The action is only able to be applied directly within the forward filter.
In the past any interface was supported, and it has been removed.
If you want to match any interface, you can complete remove interface matcher from the rule, since it's not mandatory (as it was in the past):
delete nat source rule 110 outbound-interface
Tue, Dec 5
Mon, Dec 4
tested on 1.5/1.4 :
Sun, Dec 3
Added PR for documentation here https://github.com/vyos/vyos-documentation/pull/1169
PR for 1.4 https://github.com/vyos/vyos-1x/pull/2568
Wouldnt this break things with compatibility with other vendors?