A fix that changes the behavior back to it was https://github.com/vyos/vyos-1x/pull/2527
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
All Stories
Nov 22 2023
PR for bridge: https://github.com/vyos/vyos-1x/pull/2528
Works fine
$ curl -k --location --request POST 'https://192.168.122.11/reboot' --form data='{"op": "reboot", "path": ["now"]}' --form key='foo' {"success": true, "data": "Warning: there are unsaved configuration changes!\nRun 'save' command if you do not want to lose those changes after reboot/shutdown.\n\n", "error": null}
Tested on VyOS 1.4-rolling-202311100309:
Tested in VyOS 1.4-rolling-202311100309:
The configuration:
Tested in VyOS 1.4-rolling-202311100309
The configuration:
VyOS:
@a.apostoliuk will be available in the next rolling release.
Nov 21 2023
I had the below set on the pppoe interface to allow for DHCPv6-PD. That part was working fine it was just the pppoe interface that wasn't picking up an address:
This is related to Kernel addr_gen_mode beeing globally disabled. It's actually on my "to refactor list" and with this bug it gainer priority!
Although, now that I look at the contents of the 'zz' country code, I wonder if there are unintended consequences to specifying some of these... Such as the multicast ones, etc.
PR2518 submitted
I need to requst subnet-mask, routers, rfc3442-classless-static-routes
Nov 20 2023
Backports:
1.4 - https://github.com/vyos/vyos-1x/pull/2512
1.3 - https://github.com/vyos/vyos-1x/pull/2513