File: ethernet-dhcp.xml

package info (click to toggle)
netcf 1%3A0.2.8-1.1
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 7,172 kB
  • sloc: ansic: 44,029; sh: 13,424; xml: 1,039; makefile: 248
file content (8 lines) | stat: -rw-r--r-- 208 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
<interface type="ethernet" name="eth0">
  <start mode="none"/>
  <mac address="aa:bb:cc:dd:ee:ff"/>
  <mtu size="1492"/>
  <protocol family="ipv4">
    <dhcp/><!-- peerdns="no"/>-->
  </protocol>
</interface>