You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The daemon does not quit in case of a SIGTERM when a PPPoE session is
established but there is no PPPOE signaling traffic.
We can notice that it keeps blocking on recvmmsg() syscall:
[pid 262269] recvmmsg(46, <unfinished ...>
[pid 262268] recvmmsg(44, <unfinished ...>
[pid 262264] recvmmsg(43, <unfinished ...>
Those fd are:
gtp-guard 262250 root 43u pack 4610713 0t0 PPP_SES type=SOCK_RAW
gtp-guard 262250 root 44u pack 4641817 0t0 PPP_DIS type=SOCK_RAW
gtp-guard 262250 root 46u pack 4629533 0t0 PPP_SES type=SOCK_RAW
0 commit comments