1
0
forked from pool/yast2-network

- bsc#984890

- new implementation of setting hostname via DHCP. User is
    allowed to set hostname via particular interface or set a
    reasonable default value for all interfaces.
- bsc#1007172 (kanderssen@suse.com)
  - When an interface is enslaved in a bond the udev rule is modified
    using the bus_id instead of the mac address but some multiport
    cards could use the same bus_id. In such cases also the dev_port
    is needed. Taking this in account the dev_port will be added
    always when a udev rule based on bus_id is written.
- 3.2.12

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-network?expand=0&rev=721
This commit is contained in:
YaST Team Bot
2016-11-28 09:42:05 +00:00
committed by Git OBS Bridge
parent 49012456de
commit 04aab997eb
4 changed files with 21 additions and 4 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Wed Nov 23 09:18:33 UTC 2016 - mfilka@suse.com
- bsc#984890
- new implementation of setting hostname via DHCP. User is
allowed to set hostname via particular interface or set a
reasonable default value for all interfaces.
- bsc#1007172 (kanderssen@suse.com)
- When an interface is enslaved in a bond the udev rule is modified
using the bus_id instead of the mac address but some multiport
cards could use the same bus_id. In such cases also the dev_port
is needed. Taking this in account the dev_port will be added
always when a udev rule based on bus_id is written.
- 3.2.12
-------------------------------------------------------------------
Tue Nov 22 12:30:06 UTC 2016 - igonzalezsosa@suse.com