File: vlan.xml

package info (click to toggle)
netcf 0.1.9-2%2Bdeb7u2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 60,800 kB
  • sloc: sh: 8,523; ansic: 6,699; xml: 859; makefile: 199
file content (9 lines) | stat: -rw-r--r-- 209 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
<interface type="vlan" name="eth0.42">
  <start mode="onboot"/>
  <protocol family="ipv4">
    <dhcp/><!-- peerdns="no"/>-->
  </protocol>
  <vlan tag="42">
    <interface name="eth0"/>
  </vlan>
</interface>