/[smeserver]/rpms/initscripts/sme9/0001-ifup-also-set-multicast_snooping-after-the-bridge-is.patch
ViewVC logotype

Annotation of /rpms/initscripts/sme9/0001-ifup-also-set-multicast_snooping-after-the-bridge-is.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (hide annotations) (download)
Thu Jul 9 19:39:22 2015 UTC (9 years ago) by vip-ire
Branch: MAIN
CVS Tags: initscripts-9_03_58-1_el6_sme_1, initscripts-9_03_46-2_el6_sme_1, initscripts-9_03_46-3_el6_sme_1, initscripts-9_03_53-1_el6_sme_1, initscripts-9_03_49-1_el6_sme_1_1
* Thu Jul 9 2015 Daniel Berteaud <daniel@firewall-services.com> - 9.03.46-2.sme.1
- Rebase on upstream 9.03.46 [SME: 8658]

1 vip-ire 1.1 From 26ba04be55d38d4bc1351078b3a028d129531f6f Mon Sep 17 00:00:00 2001
2     From: Lukas Nykryn <lnykryn@redhat.com>
3     Date: Tue, 16 Sep 2014 13:23:53 +0200
4     Subject: [PATCH] ifup: also set multicast_snooping after the bridge is up
5    
6     ---
7     sysconfig/network-scripts/ifup-eth | 2 +-
8     1 file changed, 1 insertion(+), 1 deletion(-)
9    
10     diff --git a/sysconfig/network-scripts/ifup-eth b/sysconfig/network-scripts/ifup-eth
11     index ed1a47a..14ada9f 100755
12     --- a/sysconfig/network-scripts/ifup-eth
13     +++ b/sysconfig/network-scripts/ifup-eth
14     @@ -292,7 +292,7 @@ if [ "${TYPE}" = "Bridge" ]; then
15     for arg in $BRIDGING_OPTS ; do
16     key=${arg%%=*};
17     value=${arg##*=};
18     - if [ "${key}" = "multicast_router" -o "${key}" = "hash_max" ]; then
19     + if [ "${key}" = "multicast_router" -o "${key}" = "hash_max" -o "${key}" = "multicast_snooping" ]; then
20     echo $value > /sys/class/net/${DEVICE}/bridge/$key
21     fi
22     done
23     --
24     1.8.3.1
25    

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed