We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I want to know hwo accel ppp bring up ppp interface such as:
ppp0: flags=4305<UP,POINTOPOINT,RUNNING,NOARP,MULTICAST> mtu 1480 inet 10.34.0.1 netmask 255.255.255.255 destination 10.34.0.2 inet6 fe80::91ad:c8a8:33f:c08e prefixlen 64 scopeid 0x20 ppp txqueuelen 3 (Point-to-Point Protocol) RX packets 534 bytes 81902 (81.9 KB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 12 bytes 502 (502.0 B) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
after the client finish ppp connection...
The text was updated successfully, but these errors were encountered:
Hi, I think you have configured unit-cache, try research this, or clarify you question.
Sorry, something went wrong.
No branches or pull requests
I want to know hwo accel ppp bring up ppp interface such as:
ppp0: flags=4305<UP,POINTOPOINT,RUNNING,NOARP,MULTICAST> mtu 1480
inet 10.34.0.1 netmask 255.255.255.255 destination 10.34.0.2
inet6 fe80::91ad:c8a8:33f:c08e prefixlen 64 scopeid 0x20
ppp txqueuelen 3 (Point-to-Point Protocol)
RX packets 534 bytes 81902 (81.9 KB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 12 bytes 502 (502.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
after the client finish ppp connection...
The text was updated successfully, but these errors were encountered: