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
my application when it starts it detect all available netns by looking at /var/run/netns but while its running if new netns is created my application won't know anything about it and as a result it won't know about links and their attributes
what is the best way to know runtime when netns is created so we can use LinkSubscribeAt() for it ?
The text was updated successfully, but these errors were encountered:
ERRO[0009] can't subscribe to links netns NS(16: 25, 58164) component=ifaces.Watcher error="failed to set into network namespace 16 while creating netlink socket: invalid argument"
my application when it starts it detect all available netns by looking at
/var/run/netns
but while its running if new netns is created my application won't know anything about it and as a result it won't know about links and their attributeswhat is the best way to know runtime when netns is created so we can use
LinkSubscribeAt()
for it ?The text was updated successfully, but these errors were encountered: