Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-07 | Add back trailing whitespace for smaller diff | Brooks Swinnerton | |
2018-11-07 | T979: Allow spaces in wireguard interface descrs | Brooks Swinnerton | |
Previous to this commit, setting a Wireguard interface description would result in a validation error similar to the following: ``` brooks@border# set interfaces wireguard wg0 description "Tunnel" [edit] brooks@border# set interfaces wireguard wg0 description "Tunnel tunnel tunnel" interface description is too long (limit 100 characters) Value validation failed Set failed [edit] ``` This commit makes the regex less restrictive up to 100 characters. | |||
2018-11-03 | T958: Problems with wireguard description | hagbard | |
2018-10-26 | T886: validation logic in `interfaces wireguard wgX address x.x.x.x broken | hagbard | |
- removed ip-host from tree, iproute2 will detect faulty addresses and return exit 1 | |||
2018-10-17 | Fixing check for local IP, using validator --is-any-host. | hagbard | |
2018-10-10 | T886: validation logic in `interfaces wireguard wgX address x.x.x.x broken | hagbard | |
2018-09-02 | regex for endpoint removed | hagbard | |
2018-09-01 | T427,T793 wireguard support | hagbard | |
- regex added to check endpoint as pattern IP:port - T793: preparation for the use preshared key | |||
2018-08-26 | T427: changed option listen-port to only port | hagbard | |
2018-08-24 | T791: mtu size implementation | hagbard | |
2018-08-23 | T793: fwmark implementation | hagbard | |
2018-08-23 | persitent-keepalive validator chnaged, checks now if it's between 1 and 65535 | hagbard | |
2018-08-23 | adding validation for listen-port | hagbard | |
2018-08-23 | T791: implementation | hagbard | |
TODO: fwmark, mtu and pre-shared key | |||
2018-08-22 | T791: rename peer-pubkey to pubkey only. | hagbard | |
2018-08-22 | T791: interface file updated | hagbard | |
2018-08-22 | T791: interface implementation | hagbard | |
2018-08-20 | regex fixed, at least 1 digit is required | hagbard | |
2018-08-17 | T783: conf mode persistent-keepalive implementation | hagbard | |
2018-08-12 | T427: wireguard support | hagbard | |