mirror of
https://github.com/CumulusNetworks/ifupdown2.git
synced 2024-05-06 15:54:50 +00:00
sbin: start-networking: support hotplug class from init script
Ticket: CM-9296 Reviewed By: Roopa Testing Done: Signed-off-by: Julien Fortin <julien@cumulusnetworks.com>
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user