summaryrefslogtreecommitdiff
path: root/src/conf_mode/policy-route-interface.py
AgeCommit message (Collapse)Author
2022-11-11policy: T2199: T4605: Migrate policy route interface to `policy route|route6 ↵sarthurdev
<name> interface <ifname>` * Include refactor to policy route to allow for deletion of mangle table instead of complex cleanup * T4605: Rename mangle table to vyos_mangle
2022-06-15firewall: T4435: Verify parent config applied successfullysarthurdev
2022-01-11policy: T2199: Refactor policy route script for better error handlingsarthurdev
* Migrates all policy route references from `ipv6-route` to `route6` * Update test config `dialup-router-medium-vpn` to test migration of `ipv6-route` to `route6`
2021-12-06policy: T2199: Migrate policy route to XML/Pythonsarthurdev