summaryrefslogtreecommitdiff
path: root/sys/man/8/ppp
AgeCommit message (Collapse)Author
2023-05-21ip/ppp, ip/pppoe: remove -e flag again (sorry)cinap_lenrek
This only works when we'r not already having a interface bound to that ethernet. Otherwise ipconfig can get confused and adds the addresses to the wrong interface.
2023-05-21ip/ppp, ip/pppoe: handle ipv6 address auto-configuration, call ip/ipconfigcinap_lenrek
Change ip/ppp to call ip/ipconfig to add and remove addresses to avoid duplicating code for removing ndb entries and handling default routes as well as allow ipv6 address auto-configuration.
2023-05-14ip/ppp: ipv6 support, cleanup routes, remove source filter, and morecinap_lenrek
establish ipv6 link-local addresses if supported. to get a full prefix, one would need to do dhcpv6 or using slaac configuration. this will come later. remove ipv4 default route on exit. maintain the entries in /net/ndb on ip change and also remove them on exit. dont filter source address, this should be done differently. fix various bugs in the option iteration loops. honour primary flag (it used to just ignore that and set it unasked in the code... what the hell...)
2023-05-10ip/pppoe: Handle termination request, add retry-forever (-r) optioncinap_lenrek
This implements a retry strategy (similar to ip/ipconfig -r), continuing to attempt to connect forever. Also handle termination request from the server.
2018-05-10ppp: set source specific default route regardless of primary flag, set link ↵cinap_lenrek
speed thru new ctl message when -b is specified
2018-01-21ppp(8): remove BUGS section, client auth has been fixed.cinap_lenrek
2017-12-11/sys/man/*/*: fix perms (sorry)stanley lieber
2017-12-11/sys/lib/rootstubstanley lieber
2016-03-15pppoe: Add support for -c and -C to enable/disable header compression ↵cinap_lenrek
(thanks k0ga)
2012-08-07ppp: noauth server option (import from sources)cinap_lenrek
2011-03-30Import sources from 2011-03-30 iso image - libTaru Karttunen
2011-03-30Import sources from 2011-03-30 iso image - sys/manTaru Karttunen