diff options
Diffstat (limited to 'examples/networking/ifcfg-bond-slave')
-rw-r--r-- | examples/networking/ifcfg-bond-slave | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/examples/networking/ifcfg-bond-slave b/examples/networking/ifcfg-bond-slave deleted file mode 100644 index 7ae54793..00000000 --- a/examples/networking/ifcfg-bond-slave +++ /dev/null @@ -1,12 +0,0 @@ -# ifcfg sample for bond slave device -# -# Please read /usr/share/doc/initscripts-*/sysconfig.txt -# for the documentation of these parameters. - -DEVICE=eth0 -TYPE=Ethernet -USERCTL=no -SLAVE=yes -MASTER=bond0 -BOOTPROTO=none -HWADDR=AA:BB:CC:DD:EE:FF |