Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-09 | respect table changes for remove_rule | Henning Surmeier | |
2022-04-06 | correctly set fwmk from current config on removals, fix smoketest | Henning Surmeier | |
2022-03-31 | Revert "Revert "backport: T4515: T4219: policy local-route6 and ↵ | Henning Surmeier | |
inbound-interface support"" This reverts commit 45a2a7d0adc7e9d27d6c7aee1ccbd9b64a1437ad. | |||
2022-03-28 | Revert "backport: T4515: T4219: policy local-route6 and inbound-interface ↵ | Daniil Baturin | |
support" | |||
2022-02-23 | backport: policy: T4219: add local-route(6) incoming-interface | Henning Surmeier | |
2022-02-23 | backport: policy: T4151: bugfix smoketest | Henning Surmeier | |
.sort() is an inplace operation and return None... | |||
2022-02-23 | backport: policy: T4151: remove all previous rules on edit | Henning Surmeier | |
2022-02-23 | backport: policy: T4151: Bugfix policy ipv6-local-route | Henning Surmeier | |
2022-02-23 | backport: policy: T4151: Add policy ipv6-local-route | Henning Surmeier | |
Adds support for `ip -6 rule` policy based routing. Also, extends the existing ipv4 implemenation with a `destination` key, which is translated as `ip rule add to x.x.x.x/x` rules. https://phabricator.vyos.net/T4151 | |||
2022-02-23 | pbr: T3702: Add rules match fwmark | Viacheslav | |
2021-11-21 | smoketest: remove superfluous ConfigSession import | Christian Poessinger | |
(cherry picked from commit commit 22e3558834784a8ca37f6335c15c58a631a7fe10) | |||
2021-07-25 | smoketest: add shim for every test to re-use common tasts | Christian Poessinger | |
Currently every smoketest does the setup and destruction of the configsession on its own durin setUp(). This creates a lot of overhead and one configsession should be re-used during execution of every smoketest script. In addiion a test that failed will leaf the system in an unconsistent state. For this reason before the test is executed we will save the running config to /tmp and the will re-load the config after the test has passed, always ensuring a clean environment for the next test. (cherry picked from commit 0f3def974fbaa4a26e6ad590ee37dd965bc2358f) | |||
2021-05-10 | smoketest: policy: T3526: replace seq x for policy tests | Viacheslav Hletenko | |
2021-02-26 | smoketest: policy: adjust to FRR 7.3 CLI syntax | Christian Poessinger | |
No sequence number support in FRR 7.3 for - community-list - extcommunity-list - large-community-list | |||
2021-02-25 | smoketest: add tests for "policy" node | Christian Poessinger | |