]> TLD Linux GIT Repositories - rc-scripts.git/commitdiff
- set handling for bond interfaces too
authorMarcin Krol <hawk@tld-linux.org>
Wed, 15 May 2024 23:09:19 +0000 (01:09 +0200)
committerMarcin Krol <hawk@tld-linux.org>
Wed, 15 May 2024 23:09:19 +0000 (01:09 +0200)
lib/functions.network

index 862d42b14d6f93f7843695d86dac5b67d99eb4b2..b4ea5d03533d48230516331bc0adba181ef08087 100644 (file)
@@ -226,7 +226,7 @@ setup_ip_param ()
 
        # set handling for bridge
        case "$DEVICETYPE" in
-         br|atm|lec|irda|vlan)
+         bond|br|atm|lec|irda|vlan)
                HANDLING=1
                ;;
        esac