1interfaces {
2	# Interface configuration goes here, along with comments,
3	# to make it slightly harder to parse.
4	eth0 {
5		# Comment for the first ip address.
6		ip-address      192.168.1.1
7		mtu             9000 # Jumbo frames
8	}
9	eth1 {
10		ip-address      192.168.2.1
11		description     "Uplink to Telia"
12		# Add some more uplinks some day.
13	} # meh
14}
15