File: testcase.2

package info (click to toggle)
ifupdown 0.8.45
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 952 kB
  • sloc: ansic: 2,779; sh: 899; perl: 513; makefile: 90
file content (12 lines) | stat: -rw-r--r-- 279 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
# RUN: -a
auto /dev/eth0 /dev/eth1 /dev/eth2
allow-hotplug /dev/eth2
iface /dev/eth0 inet static
  address 1.2.3.4
  netmask 255.255.255.0
iface /dev/eth1 inet static
  address 1.3.4.5
  netmask 255.255.255.0
iface /dev/eth2 inet static
  address 1.4.5.6
  netmask 255.255.255.0