384 Commits

Author SHA1 Message Date
33dd888d74 - Fix oem_wifi_first_start remove rpm call 2021-03-01 12:28:17 +03:00
Evgeny Sinelnikov
676c392ac6 5.1.9-alt1
- Fix Native NetworkManager control show if bootproto is not static.
2021-02-28 06:15:57 +04:00
Evgeny Sinelnikov
5813803174 Fix Native NetworkManager control show if bootproto is not static. 2021-02-28 06:14:52 +04:00
e513dbc298 5.1.8-alt1
- Add support NetworkManager for alterator-net-wifi
2020-12-03 11:15:26 +03:00
77310396f1 - Add support NetworkManager for alterator-net-wifi 2020-12-03 11:13:02 +03:00
Evgeny Sinelnikov
8a32f14311 5.1.7-alt1
- Add Native NetworkManager control mode support (closes: #38455)
2020-05-09 15:13:02 +04:00
Evgeny Sinelnikov
76791ab0e2 Add Native NetworkManager control mode 2020-05-09 15:04:21 +04:00
Mikhail Efremov
6ec72581dc 5.1.6-alt1
- Fix is_bridge() in case of empty type.
- Set interface type to "bri" for any bridge.
- Don't bother frontend with bridge type (closes: #38188).
2020-03-06 19:15:10 +03:00
Mikhail Efremov
d42c8d1a60 Fix is_bridge() in case of empty type 2020-03-06 19:09:31 +03:00
Mikhail Efremov
d075e8a4b2 Set interface type to "bri" for any bridge
We don't need to know the exact bridge type.
2020-03-06 18:31:05 +03:00
Mikhail Efremov
79bab15a7e Don't bother frontend with bridge type
It just need to know is interface a bridge of any type.
This reverts commit 0cb64794cdd5a512580b083d85fed92445b1db69.
2020-03-06 18:19:05 +03:00
Mikhail Gordeev
366a23d7cb 5.1.5-alt1
- Add support of different bridge types
2020-02-14 17:42:03 +03:00
Mikhail Gordeev
496c451071 Allow empty bond 2020-02-14 17:42:03 +03:00
Mikhail Gordeev
c38ec5c4ce Allow empty bridge 2020-02-14 17:42:03 +03:00
Mikhail Gordeev
0cb64794cd Add support of different bridge types to frontend 2020-02-14 17:42:03 +03:00
Mikhail Gordeev
af33d7315f Add support of different bridge types to backend 2020-02-14 17:42:03 +03:00
Mikhail Gordeev
b87a88b9ae 5.1.4-alt1
- Do not show domain name if it is absent.
2020-01-27 19:51:42 +03:00
Mikhail Gordeev
013cce4954 Revert "Fix read_hostname(): Always return hostname with domain."
Do not show domain name if it is absent.
2020-01-27 19:35:13 +03:00
Mikhail Gordeev
0953a0d935 5.1.3-alt1
- Allow creating hostname without domain part
2020-01-16 19:39:31 +03:00
Mikhail Gordeev
17630ff25f Allow creating hostname without domain part 2020-01-16 19:31:51 +03:00
Mikhail Efremov
d8a8ba5b29 5.1.2-alt1
- Refresh UI after commit changes (closes: #37103).
2019-08-26 17:13:55 +03:00
Mikhail Efremov
f124a49e0a Refresh UI after commit changes
We are need update UI when we commited changes.
See ALT bug #37103.
2019-08-15 19:57:34 +03:00
Mikhail Efremov
168d1ee6eb 5.1.1-alt1
- Fix bridges deleting.
2019-07-11 20:44:27 +03:00
Mikhail Efremov
e715fa299b Fix bridges deleting
Copy/paste is evil.
2019-07-11 20:00:01 +03:00
Mikhail Efremov
bcbec1812b 5.1.0-alt1
- Check for configured FreeIPA domain.
- Allow setup fqdn during system installation (closes: #34224).
- Use /etc/hostname if it exists (closes: #33135).
- Preserve /etc/sysconfig/network file metadata.
2017-11-22 17:30:27 +03:00
Mikhail Efremov
4b67525ab4 Check for configured FreeIPA domain 2017-11-22 17:30:27 +03:00
Mikhail Efremov
7a5fd996e4 Allow setup fqdn during system installation
It is initial setup, don't prevent fqdn to be specified.
2017-11-22 17:30:27 +03:00
Mikhail Efremov
b3984823ce Use /etc/hostname if it exists
See https://bugzilla.altlinux.org/show_bug.cgi?id=33135
2017-11-22 17:30:27 +03:00
Mikhail Efremov
991307e9aa Preserve /etc/sysconfig/network file metadata 2017-11-17 19:49:13 +03:00
Mikhail Efremov
9e05668df0 5.0.4-alt1
- Change for guile22.
- Allow vlan on bonding.
- Qt UI: Show/hide the whole bridge/bonding hbox.
- Qt UI: Add net-bridge and net-bond modules support.
- ajax.scm: Fix bonding/bridge delete button.
- ajax.scm: Drop vlan page leftover.
- backend: Drop unused variables.
2017-04-18 20:53:02 +03:00
Mikhail Efremov
ab01e7518b Change for guile22
Bump alterator version and package *.go files.
2017-04-18 20:50:11 +03:00
Mikhail Efremov
ff354524b4 Allow vlan on bonding
In such configuration can be some troubles (regarding MAC changing,
for example), but let the user to decide to use it or not.
2017-04-18 19:58:36 +03:00
Mikhail Efremov
ea2e63806d Qt UI: Show/hide the whole bridge/bonding hbox
Instead of treat single buttons.
TODO: Do the same for html interface.
2017-04-18 19:57:14 +03:00
Mikhail Efremov
7ee2425ff7 Qt UI: Add net-bridge and net-bond modules support 2017-04-17 21:19:50 +03:00
Mikhail Efremov
ca93bed4d3 ajax.scm: Fix bonding/bridge delete button 2017-04-17 20:23:09 +03:00
Mikhail Efremov
4899f1153b ajax.scm: Drop vlan page leftover 2017-04-17 18:36:52 +03:00
Mikhail Efremov
e69a5c3fac backend: Drop unused variables
Found by shellcheck.
2016-11-22 20:48:09 +03:00
Mikhail Efremov
52c1b48c42 5.0.3-alt1
- check_ip: Use valid_ipv4addr().
2016-06-21 19:35:03 +03:00
Mikhail Efremov
98d3440dce check_ip: Use valid_ipv4addr()
valid_ipv4() from libshell is broken (for example addresses 127.0.0.1
and 198.19.255.9 are not treated as valid).
So use valid_ipv4addr() from alterator-net-functions.
2016-06-21 19:29:18 +03:00
Mikhail Efremov
d3f8f36b45 5.0.2-alt1
- Qt UI: Fix alterator-net-wifi call.
- write_iface: Fix wireless detection.
2016-05-19 20:09:35 +03:00
Mikhail Efremov
49f8cc613c Qt UI: Fix alterator-net-wifi call
Don't use non-existent variable.
2016-05-16 20:32:54 +03:00
Mikhail Efremov
edbc3ef45a write_iface: Fix wireless detection
There is no real_name variable since 5.0.0 version.
2016-05-16 20:31:50 +03:00
Mikhail Efremov
8022e87191 5.0.1-alt1
- QT UI: Fix crash in the "Advanced" page.
2016-03-28 17:57:36 +03:00
Mikhail Efremov
97d6361bd3 QT UI: Fix crash in the "Advanced" page 2016-03-28 15:18:22 +03:00
Mikhail Efremov
27d6d34164 5.0.0-alt1
- Tell NetworkManager to reaload connections if needed.
- Fix configuration list for VLANs.
- Show current network configuration for non-static ifaces
    (closes: #29327), (closes: #19846).
- Show MAC and interface status in the info box (closes: #27802).
- Don't use deprecated function.
- "Startup this interface at boot" checkbox added
    (thx Lenar Shakirov) (closes: #14953).
- Show interface info depending on its type.
- Add alterator-net-bridge support.
- Drop useless comment.
- Replace read_iface_slaves -> read_iface_host_var.
- Use functions from new alterator-net-functions.
- Drop debug output.
- Drop 'interface as bridge' support.
- Simplify commit_cache() a bit.
- Use sort -V to sort VLAN interfaces.
- Remove VLAN page.
2016-03-23 17:32:47 +03:00
Mikhail Efremov
1fdee051ca Tell NetworkManager to reaload connections if needed
NetworkManager no longer monitor configurations files by default,
so we need tell it to re-read configuration.
2016-03-23 16:24:23 +03:00
Mikhail Efremov
7fb48d2cf8 Fix configuration list for VLANs
NM's plugin can't read VLAN configuration.
2016-03-22 21:08:20 +03:00
Mikhail Efremov
10ca589c14 Show current network configuration for non-static ifaces 2016-03-22 21:04:10 +03:00
Mikhail Efremov
eba3f99fae Show MAC and interface status in the info box 2016-03-22 18:51:27 +03:00
Mikhail Efremov
6b8c58855d Don't use deprecated function
Replace ipv4addr_prefix_to_mask() with ipv4_prefix2mask()
2016-03-22 17:45:43 +03:00