]> git.proxmox.com Git - mirror_ifupdown2.git/commitdiff
sbin: start-networking: support hotplug class from init script
authorJulien Fortin <julien@cumulusnetworks.com>
Tue, 24 May 2016 08:48:27 +0000 (10:48 +0200)
committerJulien Fortin <julien@cumulusnetworks.com>
Thu, 16 Jun 2016 02:37:35 +0000 (03:37 +0100)
Ticket: CM-9296
Reviewed By: Roopa
Testing Done:

Signed-off-by: Julien Fortin <julien@cumulusnetworks.com>
sbin/start-networking

index 5b14f486dfa78c721a6f60b4102e70dfc64d62f9..6ac8fc519e87d08c5443887a33ba8099cb136f97 100755 (executable)
@@ -130,6 +130,7 @@ start)
        echo ${NAME}':' "Configuring network interfaces"
        ifup_mgmt
        ifup -a $EXTRA_ARGS $exclusions $perfoptions
+       ifup_hotplug $HOTPLUG_ARGS $EXTRA_ARGS $exclusions
        ;;
 stop)
        if [ "$SKIP_DOWN_AT_SYSRESET" = "yes" ]; then