Open alexrallen opened 2 years ago
@alexrallen after system boots up, do these entries (e.g. /proc/sys/net/mpls/conf/Ethernet0/input) show up eventually or they are persistently missing?
@TACappleman would you please help to take a look ? Thanks.
This will happen if the "mpls_router" module isn't loaded. This will only cause a problem if you actually wish to enable MPLS on a router - otherwise it will just attempt to set that MPLS is disabled, which will cause this log but no other effect.
I don't know whether the mpls_router module should be loaded by default so that this doesn't cause a log, and so that if MPLS is actually needed the command to enable it will work
@prsunny this is code in sonic-swss (intfmgr) that gets called whenever INTERFACE config exists (even if MPLS is disabled), and will always cause this log if the mpls_router module isn't loaded. If someone actually wants to enable MPLS that will then fail.
Should the mpls_router module be loaded by default in SONiC, and if so where is that done?
@prsunny @TACappleman Any further progress on this issue?
@prsunny @TACappleman Any further progress on this issue?
Description
Receiving error log during switch boot.
Steps to reproduce the issue:
Describe the results you received:
This error is shown for all port interfaces during the port initialization.
Describe the results you expected:
No error log.
Output of
show version
: