aboutsummaryrefslogtreecommitdiffstats
path: root/examples/networking/ifcfg-bridge
blob: 346f63380c3d3fb4eb47e83781952d2c2272df8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# ifcfg sample for linux bridge device with IP address.
#
# Please read /usr/share/doc/initscripts-*/sysconfig.txt
# for the documentation of these parameters.

DEVICE=br0
TYPE=Bridge
IPADDR=192.168.1.1
NETMASK=255.255.255.0
ONBOOT=yes
BOOTPROTO=none
DELAY=0