diff options
Diffstat (limited to 'doc/examples/networking/ifcfg-bridge')
-rw-r--r-- | doc/examples/networking/ifcfg-bridge | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/examples/networking/ifcfg-bridge b/doc/examples/networking/ifcfg-bridge new file mode 100644 index 00000000..346f6338 --- /dev/null +++ b/doc/examples/networking/ifcfg-bridge @@ -0,0 +1,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 |