aboutsummaryrefslogtreecommitdiffstats
path: root/examples/networking/ifcfg-bridge
blob: 6086b31014af8adbcaaceabad2678e44a9cba4c9 (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=static
DELAY=0