devurandom

sample network config in yaml

Sep 3rd, 2012
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.30 KB | None | 0 0
  1. interface:
  2.  name: eth0
  3.  control:
  4.   mode: boot
  5.   link-detection:
  6.    timeout: 60
  7.    require-link: true
  8.  ethernet:
  9.   port-type: tp
  10.   link-speed: 1000
  11.   offload:
  12.    tso: disabled
  13.  link:
  14.   mtu: 8000
  15.   txqlen: 50
  16.  firewall:
  17.   zone: secure
  18.  ipv4:dhcp:
  19.   enabled: true
  20.   acquire-timeout: 15
Advertisement
Add Comment
Please, Sign In to add comment