Bug 3696 - better bonding devices support
Summary: better bonding devices support
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: net-scripts (show other bugs)
Version: unstable
Hardware: all Linux
: P2 enhancement
Assignee: Denis Ovsienko
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-13 19:19 MSK by Sergey Bolshakov
Modified: 2005-07-13 15:45 MSD (History)
1 user (show)

See Also:


Attachments
better bonding devices support (1.92 KB, patch)
2004-02-13 19:20 MSK, Sergey Bolshakov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sergey Bolshakov 2004-02-13 19:19:41 MSK
attached patch adds better support for bonding devices
Comment 1 Sergey Bolshakov 2004-02-13 19:20:20 MSK
Created attachment 347 [details]
better bonding devices support
Comment 2 Sergey Bolshakov 2004-02-13 19:20:57 MSK
see also #3695
Comment 3 Denis Ovsienko 2004-03-17 22:33:54 MSK
ага
Comment 4 Denis Ovsienko 2004-03-28 01:34:02 MSK
Будет принято в готовящуюся версию 0.4.4, только обясните мне на всякий случай
смысл вот этого:
+	    # Remove unneeded routes
+            /sbin/route | awk "/$DEVICE\\$/ { print \\$1,\\$3 }" |
+            while read net mask; do
+		/sbin/route del -net $net netmask $mask dev $DEVICE
+            done
Ведь выше производится ip link set dev $DEVICE down.
Comment 5 Denis Ovsienko 2004-04-22 16:41:43 MSD
Втянуто, но очень хочется тестирования.