Problem with lcp-echo-* in MIPS

PPPoE related questions
Post Reply
andlui9
Posts: 37
Joined: 20 Jan 2017, 11:46

Problem with lcp-echo-* in MIPS

Post by andlui9 »

Hi guys!

I am facing a problem with the timeouts in the MIPS architecture, in EdgeRouter Pro 8, I have configured the following:

[ppp]
verbose=1
lcp-echo-timeout=0
lcp-echo-failure=0
lcp-echo-interval=180
ccp=0
mtu=1460
mru=1480
mppe=deny
ipv6=deny
pcomp=deny
check-ip=1
accomp=deny
min-mtu=1280
ipv4=require
sid-case=lower
unit-cache=300
unit-preallocate=1
single-session=replace



But it is not getting the configuration, but this only in MIPS, I compiled exactly the same for x86 and works perfectly, look what happens:

[2017-01-20 14:33:24]: debug: ppp0: recv [LCP EchoReq id=3d <magic 010a2ae7>]
[2017-01-20 14:33:27]: debug: ppp0: recv [LCP EchoReq id=3e <magic 010a2ae7>]
[2017-01-20 14:33:27]: debug: ppp0: send [LCP EchoRep id=3e <magic 6b8b4567>]
[2017-01-20 14:33:30]: debug: ppp0: recv [LCP EchoReq id=3f <magic 010a2ae7>]

[2017-01-20 14:33:30]: debug: ppp0: send [LCP EchoRep id=3f <magic 6b8b4567>]
[2017-01-20 14:33:33]: debug: ppp0: recv [LCP EchoReq id=40 <magic 010a2ae7>]
[2017-01-20 14:33:33]: debug: ppp0: send [LCP EchoRep id=40 <magic 6b8b4567>]
[2017-01-20 14:33:36]: debug: ppp0: send [LCP EchoReq id=10 <magic 6b8b4567>]
[2017-01-20 14:33:36]: debug: ppp0: recv [LCP EchoRep id=10 <magic 010a2ae7>]
[2017-01-20 14:33:36]: debug: ppp0: recv [LCP EchoReq id=41 <magic 010a2ae7>]
[2017-01-20 14:33:36]: debug: ppp0: send [LCP EchoRep id=41 <magic 6b8b4567>]
[2017-01-20 14:33:39]: debug: ppp0: recv [LCP EchoReq id=42 <magic 010a2ae7>]
[2017-01-20 14:33:39]: debug: ppp0: send [LCP EchoRep id=42 <magic 6b8b4567>]
Dmitry
Администратор
Posts: 954
Joined: 09 Oct 2014, 10:06

Re: Problem with lcp-echo-* in MIPS

Post by Dmitry »

hi
it wasn't fully tested on big-endian systems
Post Reply