]> git.proxmox.com Git - pve-common.git/blame - test/etc_network_interfaces/t.unhandled-interfaces-to-manual.pl
SectionConfig: allow to get class specific updateSchema()
[pve-common.git] / test / etc_network_interfaces / t.unhandled-interfaces-to-manual.pl
CommitLineData
936218b8
WB
1r('', <<'/proc/net/dev'
2Inter-| Receive | Transmit
3 face |bytes packets errs drop fifo frame compressed multicast|bytes packets errs drop fifo colls carrier compressed
4These eth interfaces show up:
5 eth0:
6eth1:
7 eth2:
8 eth3:
9 lo:
10All other stuff is being ignored eth99:
11eth100 is not actually available:
12 ethBAD: this one's now allowed either
13/proc/net/dev
14);
15
16expect load('base') . <<'IFACES';
17iface eth1 inet manual
18
19iface eth2 inet manual
20
21iface eth3 inet manual
22
23IFACES
24
251;