From a145ddda284570e57413e37f025c3657205e17d8 Mon Sep 17 00:00:00 2001 From: "David Kaspar [Dee'Kej]" Date: Fri, 25 May 2018 20:01:54 +0200 Subject: Repository scheme updated to new layout NOTE: This commit just moves files around, without actually fixing the Makefiles and specfile. See follow up commits which resolve this. --- examples/networking/ifcfg-bond-802.3ad | 16 ---------------- examples/networking/ifcfg-bond-activebackup-arpmon | 17 ----------------- examples/networking/ifcfg-bond-activebackup-miimon | 16 ---------------- examples/networking/ifcfg-bond-slave | 12 ------------ examples/networking/ifcfg-bridge | 12 ------------ examples/networking/ifcfg-bridge-port | 9 --------- examples/networking/ifcfg-eth-alias | 12 ------------ examples/networking/ifcfg-eth-dhcp | 14 -------------- examples/networking/ifcfg-vlan | 13 ------------- 9 files changed, 121 deletions(-) delete mode 100644 examples/networking/ifcfg-bond-802.3ad delete mode 100644 examples/networking/ifcfg-bond-activebackup-arpmon delete mode 100644 examples/networking/ifcfg-bond-activebackup-miimon delete mode 100644 examples/networking/ifcfg-bond-slave delete mode 100644 examples/networking/ifcfg-bridge delete mode 100644 examples/networking/ifcfg-bridge-port delete mode 100644 examples/networking/ifcfg-eth-alias delete mode 100644 examples/networking/ifcfg-eth-dhcp delete mode 100644 examples/networking/ifcfg-vlan (limited to 'examples') diff --git a/examples/networking/ifcfg-bond-802.3ad b/examples/networking/ifcfg-bond-802.3ad deleted file mode 100644 index 973f181d..00000000 --- a/examples/networking/ifcfg-bond-802.3ad +++ /dev/null @@ -1,16 +0,0 @@ -# ifcfg sample for bond in mode 4/802.3ad -# with static networking configuration -# lacp_rate=1 for fast LACPDU rx rate (optional) -# -# Please read /usr/share/doc/initscripts-*/sysconfig.txt -# for the documentation of these parameters. - -DEVICE=bond0 -ONBOOT=yes -USERCTL=no -TYPE=Ethernet -BOOTPROTO=none -BONDING_OPTS="mode=4 lacp_rate=1" -IPADDR=192.168.1.4 -NETMASK=255.255.255.0 -GATEWAY=192.168.1.1 diff --git a/examples/networking/ifcfg-bond-activebackup-arpmon b/examples/networking/ifcfg-bond-activebackup-arpmon deleted file mode 100644 index 01acebac..00000000 --- a/examples/networking/ifcfg-bond-activebackup-arpmon +++ /dev/null @@ -1,17 +0,0 @@ -# ifcfg sample for bond in active-backup mode using -# ARP monitoring. The ARP probes frequency (arp_interval) -# is 500ms and the target IP address (arp_ip_target) -# is 192.168.1.1 -# -# Please read /usr/share/doc/initscripts-*/sysconfig.txt -# for the documentation of these parameters. - -DEVICE=bond0 -ONBOOT=yes -USERCTL=no -TYPE=Ethernet -BOOTPROTO=none -BONDING_OPTS="mode=1 arp_interval=500 arp_ip_target=192.168.1.1" -IPADDR=192.168.1.4 -NETMASK=255.255.255.0 -GATEWAY=192.168.1.1 diff --git a/examples/networking/ifcfg-bond-activebackup-miimon b/examples/networking/ifcfg-bond-activebackup-miimon deleted file mode 100644 index befa2de3..00000000 --- a/examples/networking/ifcfg-bond-activebackup-miimon +++ /dev/null @@ -1,16 +0,0 @@ -# ifcfg sample for bond in active-backup mode using -# MII link monitoring. The MII status polling frequency -# (miimon) is 500ms. -# -# Please read /usr/share/doc/initscripts-*/sysconfig.txt -# for the documentation of these parameters. - -DEVICE=bond0 -ONBOOT=yes -USERCTL=no -TYPE=Ethernet -BOOTPROTO=none -BONDING_OPTS="mode=1 miimon=500" -IPADDR=192.168.1.4 -NETMASK=255.255.255.0 -GATEWAY=192.168.1.1 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 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 diff --git a/examples/networking/ifcfg-bridge-port b/examples/networking/ifcfg-bridge-port deleted file mode 100644 index 0de4778c..00000000 --- a/examples/networking/ifcfg-bridge-port +++ /dev/null @@ -1,9 +0,0 @@ -# ifcfg sample for a device that is a linux bridge port -# -# Please read /usr/share/doc/initscripts-*/sysconfig.txt -# for the documentation of these parameters. - -DEVICE=eth1 -HWADDR=00:11:22:33:44:55 -ONBOOT=yes -BRIDGE=br0 diff --git a/examples/networking/ifcfg-eth-alias b/examples/networking/ifcfg-eth-alias deleted file mode 100644 index 60dc1d71..00000000 --- a/examples/networking/ifcfg-eth-alias +++ /dev/null @@ -1,12 +0,0 @@ -# ifcfg sample for alias interface on top of eth0 -# -# Please read /usr/share/doc/initscripts-*/sysconfig.txt -# for the documentation of these parameters. - -DEVICE=eth0:0 -BOOTPROTO=none -IPADDR=192.168.1.1 -NETMASK=255.255.255.0 -ONBOOT=yes -USERCTL=no - diff --git a/examples/networking/ifcfg-eth-dhcp b/examples/networking/ifcfg-eth-dhcp deleted file mode 100644 index 58d46bf8..00000000 --- a/examples/networking/ifcfg-eth-dhcp +++ /dev/null @@ -1,14 +0,0 @@ -# ifcfg sample for common ethernet interfaces using DHCP -# -# Please read /usr/share/doc/initscripts-*/sysconfig.txt -# for the documentation of these parameters. - -DEVICE=eth0 -BOOTPROTO=dhcp -HWADDR=00:11:22:33:44:55 -ONBOOT=yes - -# WARNING: When both DHCP_HOSTNAME and DHCP_FQDN are specified, -# only DHCP_FQDN will be used. -DHCP_HOSTNAME=host1 -DHCP_FQDN=host1.foo.bar.com diff --git a/examples/networking/ifcfg-vlan b/examples/networking/ifcfg-vlan deleted file mode 100644 index d090aab0..00000000 --- a/examples/networking/ifcfg-vlan +++ /dev/null @@ -1,13 +0,0 @@ -# ifcfg sample for a VLAN device (vlanid=122) on top of -# eth0 device using static IP configuration -# -# Please read /usr/share/doc/initscripts-*/sysconfig.txt -# for the documentation of these parameters. - -TYPE=Ethernet -DEVICE=eth0.122 -VLAN=yes -BOOTPROTO=none -NETMASK=255.255.255.0 -IPADDR=192.168.1.1 - -- cgit v1.2.1