diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/ethernet.subr | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ethernet.subr b/src/ethernet.subr index 12da9b5..fd46ec3 100644 --- a/src/ethernet.subr +++ b/src/ethernet.subr @@ -107,6 +107,9 @@ ethernet_down() { ;; esac ifconfig $INTERFACE 0.0.0.0 + + quirk "nodown" || ifconfig $INTERFACE down + } ethernet_clean_scope() { |