git://git.onelab.eu
/
vsys-scripts.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
vif_down script from Thom Haddow
[vsys-scripts.git]
/
exec
/
hide_netif
1
#!/bin/sh
2
# Remove hide_netif network attribute. Attribute is used to hide interfaces that don't have an IP attached.
3
4
# $Id$
5
6
nattribute --set --nid $1 --flag ~hide_netif