How to parse out NICs in namespaces in Vmcores
Updated -
Namespaces are used by cloud software such as Docker and Openshift. By default the "net" command in crash will only show the NICs in init_net. However it is possible to get the NICs that are in each namespace if required.
Looking at the code:
net/core/net_namespace.c
34 LIST_HEAD(net_namespace_list);↩
35 EXPORT_SYMBOL_GPL(net_namespace_list);
<...>Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.