mirror of
https://github.com/CumulusNetworks/ifupdown2.git
synced 2024-05-06 15:54:50 +00:00
Document ifreload new option + add it into init.d networking script
Ticket: Reviewed By: trivial Testing Done: Tested build/install/boot + ifupdown2 sanity
This commit is contained in:
@@ -166,12 +166,21 @@ reload)
|
||||
log_action_end_msg $?
|
||||
;;
|
||||
|
||||
reload-currently-up)
|
||||
|
||||
ifupdown_init
|
||||
log_action_begin_msg "Reloading currently up network interfaces configuration"
|
||||
|
||||
ifreload --currently-up $EXTRA_ARGS
|
||||
log_action_end_msg $?
|
||||
;;
|
||||
|
||||
force-reload)
|
||||
|
||||
ifupdown_init
|
||||
|
||||
log_action_begin_msg "Reloading network interfaces configuration"
|
||||
ifreload -a
|
||||
ifreload -f -a $EXTRA_ARGS
|
||||
log_action_end_msg $?
|
||||
;;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user