1
0
forked from pool/yast2-network

- skip USB NICs during bridge proposal (bnc#710098)

- do not inherit for new bridge port devices PREFIXLEN (bnc#735109)
- do not inherit for bridge device ETHTOOLS_OPTIONS (bnc#735109) 
- Filter out Chelsio devices without device file (bnc#711432) 
- Only save LLADDR (persistent MAC) for some s390 card types
  (bnc#658708).
- 2.22.0

- Moved NetworkStorage from yast2.rpm to yast2-network.rpm
  (bnc#726057)
- Use Storage::IsDeviceOnNetwork instead of trying to do it
  ourselves, wrong (bnc#726057).

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-network?expand=0&rev=155
This commit is contained in:
Martin Vidner
2012-01-06 15:26:55 +00:00
committed by Git OBS Bridge
parent 1f977c1e79
commit 24d1e39bda
4 changed files with 48 additions and 30 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Fri Jan 6 16:17:00 CET 2012 - mvidner@suse.cz
- skip USB NICs during bridge proposal (bnc#710098)
- do not inherit for new bridge port devices PREFIXLEN (bnc#735109)
- do not inherit for bridge device ETHTOOLS_OPTIONS (bnc#735109)
- Filter out Chelsio devices without device file (bnc#711432)
- Only save LLADDR (persistent MAC) for some s390 card types
(bnc#658708).
- 2.22.0
-------------------------------------------------------------------
Fri Jan 6 14:47:16 CET 2012 - mvidner@suse.cz
- Moved NetworkStorage from yast2.rpm to yast2-network.rpm
(bnc#726057)
- Use Storage::IsDeviceOnNetwork instead of trying to do it
ourselves, wrong (bnc#726057).
-------------------------------------------------------------------
Thu Sep 22 11:24:51 CEST 2011 - visnov@suse.cz