]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
dhclient-script: Fix typo in output of BOUND & BOUND6 cases
authorPatrick Talbert <ptalbert@redhat.com>
Wed, 18 Mar 2020 14:58:48 +0000 (15:58 +0100)
committerHarald Hoyer <harald@hoyer.xyz>
Thu, 19 Mar 2020 19:45:41 +0000 (20:45 +0100)
No bonding going on here.

Signed-off-by: Patrick Talbert <ptalbert@redhat.com>
modules.d/35network-legacy/dhclient-script.sh

index 84b65e89b9a26089818ddcec02d8f97d1b4420be..fd92752b19bdd74804b92c10770cff73d6b389e8 100755 (executable)
@@ -164,7 +164,7 @@ case $reason in
         ;;
 
     BOUND)
-        echo "dhcp: BOND setting $netif"
+        echo "dhcp: BOUND setting up $netif"
         unset layer2
         if [ -f /sys/class/net/$netif/device/layer2 ]; then
             read layer2 < /sys/class/net/$netif/device/layer2
@@ -223,7 +223,7 @@ case $reason in
         ;;
 
     BOUND6)
-        echo "dhcp: BOND6 setting $netif"
+        echo "dhcp: BOUND6 setting up $netif"
         setup_interface6
 
         set | while read line || [ -n "$line" ]; do