It cannot be backported to 1.3 as there are no config-mode-dependencies
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
All Stories
Feb 12 2024
There have been no reports since 2021
PR for fix in vyos-build: https://github.com/vyos/vyos-build/pull/501
PR for smoketest (modified because of change in build): https://github.com/vyos/vyos-1x/pull/2991
PR for fix in vyos-build: https://github.com/vyos/vyos-build/pull/501
PR for smoketest (modified because of change in build): https://github.com/vyos/vyos-1x/pull/2991
What is the resolution? How was it resolved? @Viacheslav
@TheSin- we also need this feature because our old blacklisting implementation is no longer working since the new nft implementation replaces sets after changes in the config.
So we have to go the official way and I just stumbled over your feature request when I started to make my own implementation.
Even when I have not implemented any core parts for VyOS yet, I offer my help with the implementation of this feature.
merged
@dmbaturin I understand that show commands are already implemented via the API.
But what about commands like ping and traceroute?
Would this require much more effort?
Feb 11 2024
Seems its actually the tunnel interface it doesnt like, not the address.
Feb 10 2024
The GraphQL API supports op mode in a much nicer way.
The code in question was rewritten, but if any new bugs show up, feel free to report.
The code in question has been rewritten so if there are bugs, they are likely different. ;)
PR for 1.4 https://github.com/vyos/vyos-1x/pull/2962