]> git.proxmox.com Git - ifupdown-pve.git/blob - tests/linux/testcase.1
Squashed 'src/' content from commit c732260
[ifupdown-pve.git] / tests / linux / testcase.1
1 # RUN: --no-loopback -a
2 auto eth0 eth1 eth2 eth3
3 iface eth0 inet static
4 address 1.2.3.4
5 netmask 255.255.255.0
6 broadcast 1.2.3.255
7 up echo hi
8 post-up echo hello
9
10 iface eth1 inet static
11 address 1.2.3.4/14
12 broadcast 1.3.255.255
13 up echo hi
14 post-up echo hello
15
16 iface eth2 inet static
17 address 1.2.3.4/14
18 netmask 255.255.255.128
19 broadcast 1.2.3.127
20 up echo hi
21 post-up echo hello
22
23 iface eth3 inet static
24 address 1.2.3.4/24
25 broadcast -
26 up true
27
28 iface eth3 inet static
29 address 1.2.3.4/30
30 broadcast -
31 up true
32
33 iface eth3 inet static
34 address 1.2.3.4/31
35 up true
36
37 iface eth3 inet static
38 address 1.2.3.4/31
39 broadcast -
40 up true