File: ethernet-static.xml

package info (click to toggle)
netcf 1%3A0.2.8-1
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 7,172 kB
  • ctags: 4,455
  • sloc: ansic: 44,029; sh: 13,424; xml: 1,039; makefile: 251
file content (7 lines) | stat: -rw-r--r-- 198 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
<interface type="ethernet" name="eth1">
  <start mode="onboot"/>
  <protocol family="ipv4">
    <ip address="192.168.0.5" prefix="24"/>
    <route gateway="192.168.0.1"/>
  </protocol>
</interface>