mirror of
https://github.com/vishvananda/netlink
synced 2024-12-25 08:02:19 +00:00
Merge pull request #39 from LK4D4/minor_docs_change
Fix LinkSetDown comment
This commit is contained in:
commit
20397a1388
@ -48,7 +48,7 @@ func LinkSetUp(link Link) error {
|
||||
return err
|
||||
}
|
||||
|
||||
// LinkSetUp disables link device.
|
||||
// LinkSetDown disables link device.
|
||||
// Equivalent to: `ip link set $link down`
|
||||
func LinkSetDown(link Link) error {
|
||||
base := link.Attrs()
|
||||
|
Loading…
Reference in New Issue
Block a user