Merge pull request #39 from LK4D4/minor_docs_change

Fix LinkSetDown comment
This commit is contained in:
Vish Ishaya 2015-06-19 15:56:06 -07:00
commit 20397a1388

View File

@ -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()