Commit Graph

768 Commits

Author SHA256 Message Date
YaST Team Bot
05d27af516 - Use the linuxrc proxy settings for the HTTPS and FTP proxies
(bsc#1185016)
- 4.4.15

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-network?expand=0&rev=1036
2021-06-10 15:17:24 +00:00
YaST Team Bot
264349f7c9 - Adopt the new YaST2::Equatable mixin in order to fix possible
errors when comparing objects (related to bsc#1186082)
- 4.4.14

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-network?expand=0&rev=1035
2021-06-07 10:23:02 +00:00
YaST Team Bot
bb0a24a4b2 - bnc#1185524
- do not crash at the end of installation when storing wifi
    configuration for NetworkManager at the target 
- 4.4.13

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-network?expand=0&rev=1034
2021-06-01 14:05:41 +00:00
YaST Team Bot
26dd138c26 - Allow to modify the network IP forwarding configuration defining
the defaults in the control file (bsc#1186280)
- 4.4.12

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-network?expand=0&rev=1033
2021-05-31 10:30:40 +00:00
YaST Team Bot
e6ee7d31a0 - Fix error when determining the removed interfaces in order to
remove their associated routes too (bsc#1186082)
- 4.4.11

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-network?expand=0&rev=1032
2021-05-24 13:47:52 +00:00
YaST Team Bot
2e02f4a2cc - Write IP addresses in order preventing an alias to set the
primary IP address (bsc#1185967)
- 4.4.10

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-network?expand=0&rev=1031
2021-05-13 09:48:08 +00:00
YaST Team Bot
8d34ab1565 - Allow the user to disable the network service during installation
or autoinstallation selecting a 'none' backend (bsc#1183886)
- 4.4.9

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-network?expand=0&rev=1029
2021-05-05 11:28:59 +00:00
YaST Team Bot
f3e724f886 - Omit hidden networks from the list of wireless networks to be
selected preventing the dialog to crash (bsc#1185372)
- 4.4.8

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-network?expand=0&rev=1028
2021-04-28 19:46:38 +00:00
YaST Team Bot
b8550cbe1e - bsc#1185338
- Dropped LanItems, replaced by network-ng
- 4.4.7

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-network?expand=0&rev=1027
2021-04-27 11:50:59 +00:00
YaST Team Bot
a650fda17f - Do not crash when the BOOTPROTO or STARTMODE are missing or
invalid (bsc#1181295).
- 4.4.6

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-network?expand=0&rev=1024
2021-04-26 09:20:33 +00:00
YaST Team Bot
77852e16a9 - bsc#1185106
- Initialize correctly the netmask when using the static bootproto
    without an IP address defined.
  - Fix MTU write when using wicked.

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-network?expand=0&rev=1022
2021-04-22 12:43:08 +00:00
YaST Team Bot
92579324c0 - Do not crash when modifying a virtual interface and checking if
it is hotplug (bsc#1184623, bsc#1185106)
- 4.4.5

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-network?expand=0&rev=1021
2021-04-22 10:14:41 +00:00
YaST Team Bot
4d2fd3f178 - Do not require a MAC address when activating a qeth device
with layer2 support (bsc#1184474).
- 4.4.4

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-network?expand=0&rev=1020
2021-04-14 10:00:22 +00:00
YaST Team Bot
81dc9de28f - Do not crash when checking if an interface is a hotplug one and
it is not present (bsc#1184623)
- 4.4.3

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-network?expand=0&rev=1018
2021-04-13 13:10:09 +00:00
YaST Team Bot
07fc17ecbe - bsc#1181956
- Omit empty values or the '0.0.0.0' IPADDR when writing ifcfg
    files.
  - Do not write empty ifroute files.
- 4.4.2

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-network?expand=0&rev=1016
2021-04-10 08:41:54 +00:00
YaST Team Bot
bc688e281a - Display the network configuration in the installation summary
screen even if NetworkManager is the selected backend
  (bsc#1181354).
- 4.4.1

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-network?expand=0&rev=1015
2021-04-08 14:26:00 +00:00
Imobach Gonzalez Sosa
259b879718 - Write DNS servers to NetworkManager connection files when using
a static configuration (bsc#1181701).
- 4.4.0

- Drop isCurrentDHCP and isCurrentHotplug methods from LanItems.

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-network?expand=0&rev=1013
2021-04-07 15:23:02 +00:00
YaST Team Bot
05833fd965 - Do not show the "Abort" button when the inst_lan client is called
from another installation step (bsc#1183586).
- 4.4.0

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-network?expand=0&rev=1012
2021-04-07 15:00:02 +00:00
YaST Team Bot
b9b74a0dac - Use the ESSID to name the NetworkManager configuration files
for wireless networks (bsc#1183733).
- 4.3.63

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-network?expand=0&rev=1010
2021-03-30 11:14:14 +00:00
YaST Team Bot
2d5a31c246 - AutoYaST: Write NetworkManager configuration according to the
profile (bsc#1181701)
- 4.3.62

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-network?expand=0&rev=1009
2021-03-26 17:16:23 +00:00
YaST Team Bot
ee1924952a - Always provide the layer2 argument when activating a qeth device
(bsc#1183639).
- 4.3.61

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-network?expand=0&rev=1008
2021-03-18 10:05:00 +00:00
YaST Team Bot
5e4544871f - NetworkManager: Added support to write bridge and bonding
configurations (bsc#1181701)
- 4.3.60

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-network?expand=0&rev=1006
2021-03-17 12:08:59 +00:00
YaST Team Bot
6a52eb9712 - AutoYaST: configure but not apply the network configuration at
the end of the 1st stage (bsc#1180535).
- 4.3.59

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-network?expand=0&rev=1004
2021-03-15 21:01:11 +00:00
YaST Team Bot
e058d8789c - Add more space before the "Name Servers and Domain Search List"
frame (related to bsc#1183306).
- 4.3.58

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-network?expand=0&rev=1003
2021-03-12 12:07:32 +00:00
YaST Team Bot
3b77bbc52f - Fix the VLAN interface renaming when suggested by a VLAN ID
change (bsc#1183357)
- 4.3.57

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-network?expand=0&rev=1002
2021-03-12 09:44:37 +00:00
YaST Team Bot
08e55cff00 - AutoYaST: allow the interfaces list in the profile to be
empty (bsc#1183257).
- 4.3.56

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-network?expand=0&rev=1001
2021-03-11 16:09:25 +00:00
YaST Team Bot
b6e0f29c67 - bnc#1180085
- fixed proposing wpa_supplicant - adapted to use new network-ng
    backend.
- dropped some old pieces of code
- 4.3.55

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-network?expand=0&rev=1000
2021-03-11 10:08:18 +00:00
YaST Team Bot
ef1577e7f3 - Define the network configuration buttons for the installer
console (related to jsc#PM-1895, jsc#SLE-16263)
- 4.3.54

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-network?expand=0&rev=998
2021-03-05 16:30:20 +00:00
YaST Team Bot
fe716ddf0d - Do not consider proposing 'nfsroot' as startmode when running on
installation (bsc#1182818).
- 4.3.53

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-network?expand=0&rev=997
2021-03-05 07:51:39 +00:00
YaST Team Bot
d0aba68b4d - Do not filter ethernet cards when configuring a bond in s390
(bsc#1182911).
- Only propose a 1492 MTU size when configuring an LCS interface.
- 4.3.52

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-network?expand=0&rev=996
2021-03-04 19:04:34 +00:00
YaST Team Bot
c808402a35 - Support both 'bridge_forwarddelay' and 'bridge_forward_delay'.
The latter takes precedence (bsc#1180944).
- 4.3.51

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-network?expand=0&rev=995
2021-03-03 14:09:08 +00:00
YaST Team Bot
c779d2ad02 - Improve wireless devices configuration UX (bsc#1177834):
- Reorganize the widgets, to make the UI easier to understand.
  - Add a list of wireless networks which displays additional
    information like Mode, Channel, Rate, Signal and
    Security method.
  - Pre-select the authentication method depending on the
    selected network.
- Fix initialization of the "AP ScanMode" field.
- 4.3.50

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-network?expand=0&rev=994
2021-02-26 13:48:00 +00:00
YaST Team Bot
6bd0721068 - Added AutoYaST interfaces section errors reporting (bsc#1174353,
bsc#1178107).
- 4.3.49

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-network?expand=0&rev=993
2021-02-23 11:38:05 +00:00
YaST Team Bot
ce51af4527 - Improve the AutoYaST interfaces reader handling better the IP
Addresses configuration. (bsc#1174353, bsc#1178107)
- 4.3.48

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-network?expand=0&rev=992
2021-02-22 09:50:34 +00:00
YaST Team Bot
7f5bcc1478 - Adapted unit test to recent changes in Yast::Report (related to
bsc#1179893).
- 4.3.47

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-network?expand=0&rev=991
2021-02-19 10:42:30 +00:00
YaST Team Bot
2260dba809 - Allow to disable the proposal of the bridge network configuration
for virtualization in the installation summary or by the new
  'virt_bridge_proposal' AutoYaST option (bsc#1178603)
- 4.3.46

- Fix for not present interfaces when deciding whether
  the "Scan Network" button should be disabled or not during a
  wireless configuration (bsc#1177834).
- 4.3.45

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-network?expand=0&rev=990
2021-02-10 13:45:34 +00:00
YaST Team Bot
d8adff16cb - Cache the hardware netcards information in order to speed up the
access (bsc#1180702)
- 4.3.44

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-network?expand=0&rev=988
2021-02-04 16:31:37 +00:00
YaST Team Bot
c01be80020 - Added lladdr attribute to the interface section in the networking
schema and honors it when importing the config (bsc#1179876)
- 4.3.43

- Improved the NetworkManager wireless configuration writers adding
  support for writing WPA-EAP and open WEP authentication modes.
- 4.3.42

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-network?expand=0&rev=986
2021-02-02 08:13:20 +00:00
YaST Team Bot
d835252ea1 - Fixes some usability issues (bsc#1177834):
- Disable "Edit" and "Delete" buttons when no interfaces
    are detected.
  - Disable the "Scan Network" button when the interface does not
    exist.

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-network?expand=0&rev=984
2021-01-26 11:47:19 +00:00
YaST Team Bot
bae0631f94 - Suggest to modify the VLAN interface name when the VLAN ID is
modified (bsc#1174363)
- 4.3.41

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-network?expand=0&rev=983
2021-01-25 13:29:34 +00:00
YaST Team Bot
33696517a1 - Cache the online status of s390 group devices speeding up the
population of the devices overview table (bsc#1180702)
- 4.3.40

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-network?expand=0&rev=982
2021-01-22 14:53:06 +00:00
YaST Team Bot
08dba5920d - Added basic support for writing the network configuration to the
NetworkManager backend (bsc#1180716)
- 4.3.39

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-network?expand=0&rev=981
2021-01-22 11:11:55 +00:00
YaST Team Bot
4622412876 - Fix network configuration progress bar steps (bsc#1180702)
- 4.3.38

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-network?expand=0&rev=977
2021-01-11 19:52:07 +00:00
YaST Team Bot
d0510ad845 - Improve additional addresses validation (bsc#1174766)
- 4.3.37

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-network?expand=0&rev=976
2020-12-23 13:37:35 +00:00
YaST Team Bot
9debcc8060 - When the static hostname is modified, propose the hostname to be
used by the affected connection (bsc#1174431)
- 4.3.36

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-network?expand=0&rev=975
2020-12-21 14:16:57 +00:00
YaST Team Bot
4855c61cee - Fix prefix length assignation when the alias netmask uses
dot notation (bsc#1174766).
- 4.3.35

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-network?expand=0&rev=974
2020-12-17 12:36:26 +00:00
YaST Team Bot
a0375ab9e9 - Write also connections in case that the hostname mapped to a
connection primary IP address is changed through the DNS
  standalone client (bsc#1174431)
- 4.3.34

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-network?expand=0&rev=973
2020-12-14 12:05:02 +00:00
YaST Team Bot
753cc1688b - Allow to modify the hostname mapped to a connection primary IP
address when the associated hostname is modified (bsc#1174431)
- 4.3.33

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-network?expand=0&rev=972
2020-12-14 08:51:58 +00:00
YaST Team Bot
53b0f9bf5a - Fix bonding slaves sorting (bsc#1178950)
- 4.3.32

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-network?expand=0&rev=971
2020-12-10 15:35:59 +00:00
YaST Team Bot
d3cc1478ae - Clean the ifcfg file cached data before the connection
configuration changes are written (bsc#1178950)
- 4.3.31

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-network?expand=0&rev=970
2020-12-09 13:41:36 +00:00