What operational mode information do you require that are yet not displayed by:
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Jan 23 2021
Jan 22 2021
WOW! Any chance getting this upstreamed? That would be the overall best solution - I still like it and think we should add it, but fetching the source from upstream reduces our maintenance load.
Jan 21 2021
vyos@vyos# set service dhcp-server shared-network-name LAN subnet 10.242.0.0/24 static-mapping AlexPC mac-address 00-d8-61-9e-78-2a
The problem is that there is no input validator for the mac address. Thank you for reporting this!
Jan 20 2021
Feature was present in 1.2 and until now not possible with nftables, so we keep the old CLI and just replace the engine for now. Adding the prefix option simply feels more complicated in terms of validation logic and scripting.
Jan 19 2021
Implemented on the 1.4 current branch, once the QAT issues are resolved for 5.10 Linux Kernel this can be backported after successful testing to 1.3 equuleus LTS branch.
Jan 18 2021
Further debugging revelead it's a problem inserting the VRF BPF code, but I wonder why systemd does not restart the service one more time, then it works.
Jan 17 2021
This actually also happens for BGP which will confuse users
vyos@vyos# set protocols bgp 100 neighbor 1.1.1.1 remote-as internal
'internal' is not a valid integer numberIn addition
STPBridgeIf has been decomissioned
Could you please try the latest 1.3 beta version or 1.4 rolling from https://downloads.vyos.io ?
Thank you @craterman for starting testing of our new BGP implementation.