Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-29 | wireguard: T2743: move key migration from config script to migration script | Christian Poessinger | |
Migration files on the storage should be done one time by a migration script instead of every time the configuration changes. Moving this to an older migration script is fine as this is around for a long time and all rolling releases are already up2date. It only affects updates from VyOS 1.2 series. | |||
2020-04-09 | wireguard: T2206: fix comment in migration script | Christian Poessinger | |
2020-04-05 | wireguard: T2206: split endpoint node into address and port | Christian Poessinger | |
WireGuard has been the only subsystem combining a remote ip address and a remote port number into a single node. This is bad as there is no possiblity for the XML based input validation for IP address and port numbers. That's the reason the peer endpoint node goets migrated into a peer address and a peer port node utilizing the embedded syntax node checking for IP addresses and port ranges. |