summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-10-17 11:31:35 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-10-17 11:31:35 +0200
commitb151e8ab7e053211bd68ef4691c6da85137c0ebf (patch)
treeaaa35d46f7ca6a79c3b7ff043b52ebf947e099b0
parentmDNSResponder: Fix for update to v765.1.2 (diff)
downloadrtems-libbsd-b151e8ab7e053211bd68ef4691c6da85137c0ebf.tar.bz2
ppp01: Use novj option on host side
The VJ compression seems to be not supported by libbsd. Without this option the following errors show up on the host side: rcvd [LCP ProtRej id=0x75 00 2f 45 00 00 34 6b 9a 40 00 40 01 85 87 c0 a8 64 0b c0 a8 64 46 89 3c 00 15 2c 27 95 c2 0a 88 ...] Protocol-Reject for unsupported protocol 'VJ uncompressed TCP/IP' (0x2f)
-rw-r--r--testsuite/ppp01/test_main.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/testsuite/ppp01/test_main.c b/testsuite/ppp01/test_main.c
index fd6d168a..b01f6796 100644
--- a/testsuite/ppp01/test_main.c
+++ b/testsuite/ppp01/test_main.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2014 embedded brains GmbH. All rights reserved.
+ * Copyright (c) 2014, 2018 embedded brains GmbH. All rights reserved.
*
* embedded brains GmbH
* Dornierstr. 4
@@ -34,7 +34,8 @@
* with something like this:
*
* pppd nodetach noauth 192.168.100.11:192.168.100.70 proxyarp 115200 dump \
- * local nocrtscts debug mtu 296 mru 296 nolock ms-dns 192.168.96.1 /dev/ttyS0
+ * local nocrtscts debug mtu 296 mru 296 nolock ms-dns 192.168.96.1 novj \
+ * /dev/ttyS0
*
* Make sure IP forwarding is enabled and check the firewall settings if you
* want to access the internet.