Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-03 | pppoe: T5630: allow to specify MRU in addition to already configurable MTU | Christian Breunig | |
Set the MRU (Maximum Receive Unit) value to n. PPPd will ask the peer to send packets of no more than n bytes. The value of n must be between 128 and 16384, the default was always 1492 to match PPPoE MTU. A value of 296 works well on very slow links (40 bytes for TCP/IP header + 256 bytes of data). Note that for the IPv6 protocol, the MRU must be at least 1280. CLI: set interfaces pppoe pppoe0 mru 1280 | |||
2023-03-21 | pppoe: T5098: allow user to set pppd holdoff option | Zhiyuan Wan | |
2023-02-10 | interfaces: T4995: rename user -> username CLI node for pppoe, wwan and ↵ | Christian Breunig | |
sstp-client | |||
2023-01-22 | pppoe: T4948: add CLI option to allow definition of host-uniq flag | Christian Breunig | |
Some ISPs seem to use the host-uniq flag to authenticate client equipment. Add CLI option in VyOS to allow specification of the host-uniq flag. set interfaces pppoe pppoeN host-uniq <value> | |||
2022-05-01 | pppoe: T4353: fix Jinja2 linting errors | Christian Poessinger | |