- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
All Stories
Aug 10 2024
Aug 9 2024
Documentation :
https://github.com/vyos/vyos-documentation/pull/1521
PR merged to current; backport candidate
https://github.com/vyos/vyos-1x/pull/3955
Second issue, above, is T6642.
Great! Thanks for improvement!
table ip vyos_filter {
PR:
https://github.com/vyos/vyos-1x/pull/3961
In draft until merge of
https://github.com/vyos/vyos-1x/pull/3960
Aug 8 2024
new structure was added :
PR for the first issue:
https://github.com/vyos/vyos-1x/pull/3960
There are competing needs between this bug and T6131 regarding verify_interface_exists: in T6131, one just needs to know if the interface is defined in the config in order to configure OSPF; here one needs to know that it exists in state for the cmd 'tc ...' to operate upon it, but verify_interface_exists returns True for syntactic existence, before the interface is up. A quick workaround may be to add a keyword arg to require only state verification (default False), with or without warning_only, in order to skip return True on syntactic existence only.
Aug 7 2024
The PR above:
https://github.com/vyos/vyos-1x/pull/3876
As this will be a change in behavior, we may want to wait before backport to 1.4.x; remove tag for now, until inclusion in current and Circinus.
The PR
https://github.com/vyos/vyos-1x/pull/3937
will be moved out of draft following:
T6640 https://github.com/vyos/vyos-1x/pull/3955
Aug 6 2024
@Arc771 thanks for mentioning this, i now will close it
@syncer I assume this can be closed as fixed by upstream.
Thanks for verifying. Interesting, is it also using the custom Podman package?