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
In Kernel Layer 3 mode, when CPE_Prefix and CPE_IFACE is set.
squire_linux doesnt run to create radvd file and neither launch radvd daemon. We have made sure that link is up , lo address is assigned and cpe iface is up.
On debugging it is found that Squirelinux hangs in constructor of NetlinkSocket.cpp at this function
possibly in getAllLinks function
Steps to reproduce
Setup node in kernel mode with L3
observe that radvd is not running and also radvd.conf is not present
squire_linux/current also doesnt show any actionable prints
Additional information (logs, etc.)
it seems squire_linux can be restart using sv , could it be because of SIGINT /SIGQUIT/SIGTERM
Have a to restart by killing the squire_linux
Could those handlers need not be registered now with new way of handling ? I remember similar fix was done earlier in platform_linux
Your environment
M80:
External tickets
No response
The text was updated successfully, but these errors were encountered:
Prerequisites
Category
Routing (ex. Open/R, VPP, BGP)
Priority
High
Description
In Kernel Layer 3 mode, when CPE_Prefix and CPE_IFACE is set.
squire_linux doesnt run to create radvd file and neither launch radvd daemon. We have made sure that link is up , lo address is assigned and cpe iface is up.
On debugging it is found that Squirelinux hangs in constructor of NetlinkSocket.cpp at this function
possibly in getAllLinks function
Steps to reproduce
Additional information (logs, etc.)
it seems squire_linux can be restart using sv , could it be because of SIGINT /SIGQUIT/SIGTERM
Have a to restart by killing the squire_linux
Could those handlers need not be registered now with new way of handling ? I remember similar fix was done earlier in platform_linux
Your environment
External tickets
No response
The text was updated successfully, but these errors were encountered: