diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2023-05-21 18:11:25 +0000 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2023-05-21 18:11:25 +0000 |
commit | a65ab6daec833827ff991cbc1eee2a70fa3e4efb (patch) | |
tree | 7de716873e31c66531bd48f2f4b98e2cdb8efd33 /sys/man | |
parent | 1be331f2084e094f6322744083012b4e394f39fd (diff) |
ip/ppp, ip/pppoe: remove -e flag again (sorry)
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.
Diffstat (limited to 'sys/man')
-rw-r--r-- | sys/man/8/ppp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/sys/man/8/ppp b/sys/man/8/ppp index 1a27d49a6..7006f8048 100644 --- a/sys/man/8/ppp +++ b/sys/man/8/ppp @@ -20,9 +20,6 @@ ppp, pppoe, pptp, pptpd \- point-to-point protocol ] [ .B -p .I dev -| -.B -e -.I dev ] [ .B -x .I netmntpt @@ -128,12 +125,6 @@ disallow packet compression .B C disallow IP header compression .TP -.B e -assigns -.I dev -to the packet interface device (for identification only), -but otherwise communicates over standard I/O. -.TP .B f make PPP add HDLC framing. This is necessary when using PPP over a serial line or a TCP connection |