]> git.pld-linux.org Git - packages/openvswitch.git/commitdiff
- HANDLING=1 for all types of ovs devs
authorJan Rękorajski <baggins@pld-linux.org>
Sat, 24 Mar 2012 23:05:41 +0000 (23:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    README.PLD -> 1.3
    openvswitch.spec -> 1.6

README.PLD
openvswitch.spec

index b12b286be3482e3abef00ab088b45dcab114fb76..c79b89a7dcc5617ad372a152042da218c29a41f6 100644 (file)
@@ -68,6 +68,7 @@ TYPE=OVSPort
 OVS_BRIDGE=ovsbridge0
 BOOTPROTO=none
 HOTPLUG=no
+HANDLING=1
 
 
 Tagged VLAN interface on top of ovsbridge0:
@@ -83,6 +84,7 @@ OVS_BRIDGE=ovsbridge0
 OVS_OPTIONS="tag=100"
 OVS_EXTRA="set Interface $DEVICE external-ids:iface-id=$(hostname -s)-$DEVICE-vif"
 HOTPLUG=no
+HANDLING=1
 
 
 Bonding:
@@ -97,8 +99,10 @@ BOOTPROTO=none
 BOND_IFACES="gige-1b-0 gige-1b-1 gige-21-0 gige-21-1"
 OVS_OPTIONS="bond_mode=balance-tcp lacp=active"
 HOTPLUG=no
+HANDLING=1
 
 ==> ifcfg-gige-* <==
 DEVICE=gige-*
 ONBOOT=yes
 HOTPLUG=no
+HANDLING=1
index 013bbd27d65bb6733944c0a1e418d7ee723dee6e..3ea81e2a30810228c0c20d41b58a67e1156c480e 100644 (file)
@@ -169,6 +169,12 @@ fi
 %postun
 %systemd_reload
 
+%post  -n kernel%{_alt_kernel}-net-openvswitch
+%depmod %{_kernel_ver}
+
+%postun        -n kernel%{_alt_kernel}-net-openvswitch
+%depmod %{_kernel_ver}
+
 %if %{with userspace}
 %files
 %defattr(644,root,root,755)
This page took 1.312643 seconds and 4 git commands to generate.