mirror of
https://github.com/CumulusNetworks/ifupdown2.git
synced 2024-05-06 15:54:50 +00:00
Merge branch 'CumulusLinux-2.5_br' of ssh://dev.cumulusnetworks.com/home/trac/cumulus into CumulusLinux-2.5_br
This commit is contained in:
@ -20,12 +20,15 @@ DESCRIPTION
|
|||||||
===========
|
===========
|
||||||
reloads network **interfaces(5)** file **/etc/network/interfaces**.
|
reloads network **interfaces(5)** file **/etc/network/interfaces**.
|
||||||
|
|
||||||
Runs **ifdown** on interfaces that changed in the interfaces file and
|
Runs **ifdown** on interfaces that were removed from the file and
|
||||||
subsequently runs **ifup** on all interfaces.
|
subsequently runs **ifup** on all interfaces.
|
||||||
|
|
||||||
**ifreload** is equivalent to **ifdown -a** followed by **ifup -a**
|
When removing an interface (iface section) from the interfaces file
|
||||||
but it skips **ifdown** for interfaces that did not change in the config
|
please make sure all its references are removed as well. Similarly
|
||||||
file.
|
when renaming an interface, please make sure all references to the
|
||||||
|
interface are changed to the new name. Renaming an interface
|
||||||
|
in the interfaces file results in ifdown of the old and ifup
|
||||||
|
of the interface with the new name.
|
||||||
|
|
||||||
If you do not wish to execute **down** on any interfaces, but only **up** on
|
If you do not wish to execute **down** on any interfaces, but only **up** on
|
||||||
interfaces that were already **up**, please see the **--currently-up**
|
interfaces that were already **up**, please see the **--currently-up**
|
||||||
|
Reference in New Issue
Block a user