diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2023-05-14 21:24:47 +0000 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2023-05-14 21:24:47 +0000 |
commit | 16656468211681edad2c8489b7d5fc9a8e219545 (patch) | |
tree | b91658e797fe12b0f8a4841bac959c9a6b2b4fef /sys/man | |
parent | cbe4b116989c0bfec49b9ae7a1d9a85ead6648ae (diff) |
ip/ppp: ipv6 support, cleanup routes, remove source filter, and more
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...)
Diffstat (limited to 'sys/man')
-rw-r--r-- | sys/man/8/ppp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/man/8/ppp b/sys/man/8/ppp index 1bd8b58d2..f8f954ace 100644 --- a/sys/man/8/ppp +++ b/sys/man/8/ppp @@ -104,8 +104,7 @@ for transfer over serial lines or other protocol connections. can run either as a client or, with the .I \-S option, as a server. The only differences between a client and a server is -that the server will not believe any local address the client tries to -supply it and that the server always initiates the authentication of the +that the server always initiates the authentication of the client. .PP With no option, |