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