Line 74:
Line 74:
When trying to C/R a net namespace with links put outside of it (physical devices assigned or macvlans/vlans) CRIU will call the
When trying to C/R a net namespace with links put outside of it (physical devices assigned or macvlans/vlans) CRIU will call the
−
int int cr_plugin_dump_ext_link(int index, int type, char *kind);
+
int cr_plugin_dump_ext_link(int index, int type, char *kind);
callback. The <code>index</code> is the link index, <code>type</code> is one of the <code>ARPHRD_</code> value and <code>kind</code> is the link driver name.
callback. The <code>index</code> is the link index, <code>type</code> is one of the <code>ARPHRD_</code> value and <code>kind</code> is the link driver name.