summaryrefslogtreecommitdiff
path: root/sample
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2022-01-13 06:48:14 +0000
committerGitHub <noreply@github.com>2022-01-13 17:48:14 +1100
commitc2881a6b71a36d28a89166e82820dc5e711fd775 (patch)
treed5eb40cf3f086ca86e510bcc8c50ec34f399d7a9 /sample
parent81a4d35394096e4e9bd7b9b189e91190e58b02a7 (diff)
downloadppp-c2881a6b71a36d28a89166e82820dc5e711fd775.tar.gz
pppd: Drop linux IPX support (#326)
The 5.15 Linux kernel has removed ipx support, along with the userspace visible header. This support wasn't very well maintained in the kernel for several years so drop the support from ppp as well since this won't be usable in future. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'sample')
-rw-r--r--sample/options3
1 files changed, 0 insertions, 3 deletions
diff --git a/sample/options b/sample/options
index 35852c5..0aff3cf 100644
--- a/sample/options
+++ b/sample/options
@@ -153,7 +153,4 @@ lcp-echo-failure 4
# Specifies that pppd should disconnect if the link is idle for n seconds.
idle 600
-# Disable the IPXCP and IPX protocols.
-noipx
-
# ---<End of File>---