LinkAdd adds a new link device. The type and features of the device are taken from the parameters in the link object. Equivalent to: `ip link add $link`
(link Link)
| 1371 | // are taken from the parameters in the link object. |
| 1372 | // Equivalent to: `ip link add $link` |
| 1373 | func LinkAdd(link Link) error { |
| 1374 | return pkgHandle.LinkAdd(link) |
| 1375 | } |
| 1376 | |
| 1377 | // LinkAdd adds a new link device. The type and features of the device |
| 1378 | // are taken from the parameters in the link object. |
searching dependent graphs…