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
I am running corerad on an armv7 host running kernel 6.1.25 and I have been getting this error quite often on startup:
corerad[801]: failed to run: failed to serve: failed to run task link state watcher: failed to watch for interface state changes: netstate: watcher failed to listen for route netlink messages: incorrect size, want: 184 or 192
It seems to be documented in jsimonetti/rtnetlink#145 and is fixed already. Would it be possible to cut a new release with this fix? It looks like the go.mod on master already has the version of rtnetlink with this fix.
The text was updated successfully, but these errors were encountered:
I am running corerad on an armv7 host running kernel 6.1.25 and I have been getting this error quite often on startup:
corerad[801]: failed to run: failed to serve: failed to run task link state watcher: failed to watch for interface state changes: netstate: watcher failed to listen for route netlink messages: incorrect size, want: 184 or 192
It seems to be documented in jsimonetti/rtnetlink#145 and is fixed already. Would it be possible to cut a new release with this fix? It looks like the go.mod on master already has the version of rtnetlink with this fix.
The text was updated successfully, but these errors were encountered: