Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-09-30 | Merge pull request #2325 from sever-sever/T5165 | Christian Breunig | |
T5165: Migrate policy local-route rule x destination to address | |||
2023-09-29 | T5165: Migrate policy local-route rule x destination to address | Viacheslav Hletenko | |
Migrate policy local-route <destination|source> to node address replace 'policy local-route{v6} rule <tag> destination|source <x.x.x.x>' => 'policy local-route{v6} rule <tag> destination|source address <x.x.x.x>' | |||
2023-09-29 | T5616: firewall: add option to be able to match firewall marks in firewall ↵ | Nicolas Fort | |
filter and in policy route. | |||
2023-09-27 | T5165: Add option protocol for policy local-route | Viacheslav Hletenko | |
Add option `protocol` for policy local-route set policy local-route rule 100 destination '192.0.2.12' set policy local-route rule 100 protocol 'tcp' set policy local-route rule 100 set table '100' | |||
2023-09-18 | conntrack: T5217: Add tcp flag matching to `system conntrack ignore` | sarthurdev | |
- Moves MSS node out of `tcp-flags.xml.i` and into `tcp-mss.xml.i` - Update smoketest to verify TCP flag matching | |||
2023-07-03 | xml: policy: T2425: create building block for "tag" node | Christian Breunig | |
2023-06-29 | policy: T4329: Fix regex for extcommunity rt #2 | Christian Breunig | |
The previous implementation did not iterate over the communit list, so only one match criteria was supported. set policy route-map FOO rule 10 action 'permit' set policy route-map FOO rule 10 set extcommunity rt '1111:2222222' worked but on the other hand this failed: set policy route-map FOO rule 20 action 'permit' set policy route-map FOO rule 20 set extcommunity rt '6500:24 6500:23 192.168.0.1:111 192.168.0.1:222' | |||
2023-02-26 | policy: T5035: Add more actions to policy route rule | Youyuan | |
2023-02-18 | T4886: allow connection-mark 0 value, which is acceptable | Nicolas Fort | |
2022-12-19 | T4886: Firewall and route policy: Add connection-mark feature to vyos. | Nicolas Fort | |
2022-11-03 | xml: T4795: provide common and re-usable XML definitions for policy | Christian Poessinger | |
Remove duplicated code and move to single-source of truth. | |||
2022-10-10 | policy: T4742: Add policy route table auto-complete | sarthurdev | |
2022-10-03 | policy: T4660: Changed CLI syntax in route-map set community | aapostoliuk | |
Changed CLI syntax in route-map set community, set large-community, set extcommunity Allows to add multiple communities, large-communities and extcommunities in clear view. Added new well-known communities. Added non-transitive feature in extcommunities. Fixed community's validators. | |||
2022-06-10 | xml: drop not always applicable REQUIRED suffix from completion help string | Christian Poessinger | |
If a parameter is required is determined from the Python string on commit. This "indicator" is not used consistently and sometimes missing, or added where it is not required anymore due to Python script improvement/rewrite. | |||
2022-04-29 | xml: T4047: use full string match in the regex validator | Christian Poessinger | |
2022-01-18 | firewall: T3560: Add support for MAC address groups | sarthurdev | |
2022-01-17 | firewall: policy: T4178: Migrate and refactor tcp flags | sarthurdev | |
* Add support for ECN and CWR flags | |||
2022-01-14 | firewall: T4178: Use lowercase for TCP flags and add an validator | sarthurdev | |
2021-12-06 | policy: T2199: Migrate policy route to XML/Python | sarthurdev | |
2021-07-02 | xml: provide building block for a generic description node | Christian Poessinger | |
2021-05-09 | xml: fix include comments in interface-definitions | Christian Poessinger | |
2021-04-17 | policy: T2425: re-implement "policy" tree from vyatta-cfg-quagga in XML/Python | Christian Poessinger | |