]> git.proxmox.com Git - mirror_ifupdown2.git/blob - man.rst/ifreload.8.rst
3402eab216a7ab0d3df7562e7f610b002b1260a6
[mirror_ifupdown2.git] / man.rst / ifreload.8.rst
1 ========
2 ifreload
3 ========
4
5 --------------------------------------
6 reload network interface configuration
7 --------------------------------------
8
9 :Author: roopa@cumulusnetworks.com
10 :Date: 2014-02-05
11 :Copyright: Copyright 2014 Cumulus Networks, Inc. All rights reserved.
12 :Version: 0.1
13 :Manual section: 8
14
15 SYNOPSIS
16 ========
17 ifreload [-h] [-a] [-v] [-d] [-f] [-n]
18
19 DESCRIPTION
20 ===========
21 reloads network interfaces(5) file /etc/network/interfaces.
22
23 runs ifdown on interfaces that changed in the interfaces file and
24 subsequently runs ifup on all interfaces.
25
26 ifreload is equivalent to ``ifdown -a`` followed by ``ifup -a``
27 but it skips ifdown for interfaces that did not change in the config
28 file.
29
30
31 OPTIONS
32 =======
33 -h, --help show this help message and exit
34
35 -a, --all process all interfaces marked "auto"
36
37 -v, --verbose verbose
38
39 -d, --debug output debug info
40
41 -f, --force force run all operations
42
43 EXAMPLES
44 ========
45 # reload /etc/network/interfaces file
46 ifreload -a
47
48 # reload all interfaces using service command
49 service networking reload
50
51 SEE ALSO
52 ========
53 ifup(8)
54 ifdown(8)
55 ifquery(8)
56 interfaces(5)
57 interfaces-addons(5)