summaryrefslogtreecommitdiff
path: root/gen-interface-policy-templates.pl
AgeCommit message (Collapse)Author
2021-04-08T3456: add missing priority when deleting interface policyChristian Poessinger
set interfaces ethernet eth1 policy route 'LAN-POLICY-BASED-ROUTING' set policy route LAN-POLICY-BASED-ROUTING rule 10 destination set policy route LAN-POLICY-BASED-ROUTING rule 10 disable set policy route LAN-POLICY-BASED-ROUTING rule 10 set table '10' set policy route LAN-POLICY-BASED-ROUTING rule 10 source address '192.168.0.119/32' set policy route LAN-POLICY-BASED-ROUTING rule 20 destination set policy route LAN-POLICY-BASED-ROUTING rule 20 set table '100' set policy route LAN-POLICY-BASED-ROUTING rule 20 source address '192.168.0.240' This was not able to be deleted in only one commit, two commits were required. vyos@vyos# delete policy vyos@vyos# delete interfaces ethernet eth1 policy vyos@vyos# commit [ policy route LAN-POLICY-BASED-ROUTING ] Firewall configuration error: Cannot delete rule set "LAN-POLICY-BASED-ROUTING" (still in use) delete [ policy route LAN-POLICY-BASED-ROUTING ] failed [[]] failed Commit failed copy failed [/opt/vyatta/config/tmp/tmp_7724/work/.unionfs-fuse][/opt/vyatta/config/tmp/new_config_7724/.unionfs-fuse] Failed to generate committed config [edit] vyos@vyos# (cherry picked from commit dc80ce45f95e243afc6c3d9016f051cfab690846)
2018-12-16T1087: add wireguard to interface template generators.Daniil Baturin
2018-07-24T666: remove the firewall option from the old VRRP CLI.Daniil Baturin
If left in place, it will create incorrect command definition tree when vyatta-vrrp is removed and cause config loading errors.
2017-09-14Revert "Added support for local PBR to gen-interface-policy-templates.pl"Daniil Baturin
This reverts commit b30b5c66b7d6f4c12c37a642319dd39f8613f74a.
2015-05-14Added support for local PBR to gen-interface-policy-templates.plPasi Karkkainen
2015-05-14Missing comma in gen-interface-templates script interface hash.Daniil Baturin
2015-05-03add interfaces/vti/<intf>/policy add ↵Carl Byington
interfaces/ethernet/<intf>/vrrp/vrrp-group/policy remove interfaces/ethernet/<intf>/pppoa cleanup and sort lists of interfaces Signed-off-by: Daniil Baturin <daniil@baturin.org>
2015-04-09Sanitize the package.Daniil Baturin
Add dependency on iptables. Don't build the cfg-serial package and don't generate templates for it, serial interfaces support is long dead. Generate templates for dummy interfaces.
2015-02-14Bug #487: complete names for added but not commited firewall rulesets.Daniil Baturin
2014-09-20Add VXLAN to generated templates.Daniil Baturin
2014-07-02Set separate virual interface for QinQ.Kim Hagen
2014-06-26Add QinQ to interfaces in template generators.Kim Hagen
2014-04-06Bug #170: add L2TPv3 interface type to policy template generator.Daniil Baturin
2012-09-03update script executable permissionsRobert Bays
2012-09-03initial checkin for pbr functionalityRobert Bays