415 Commits

Author SHA1 Message Date
Mikhail Efremov
6a0b8aea5e Check that bond has slaves before commit. 2014-12-25 20:56:28 +03:00
Mikhail Efremov
beb23adb23 Make alterator-net-wifi optional. 2014-12-25 18:25:51 +03:00
Mikhail Efremov
2778325d21 Slightly improve html UI. 2014-12-25 18:05:27 +03:00
Mikhail Efremov
c6944765e8 Check VLAN interface name. 2014-12-25 18:03:58 +03:00
Mikhail Efremov
a41fb33433 Check default gateway. 2014-12-25 18:03:48 +03:00
Mikhail Efremov
1f85767b3a Fix ifaces_have_host regexp. 2014-12-25 17:09:38 +03:00
Mikhail Efremov
609b157af8 Fix DNS addresses check. 2014-12-25 17:07:46 +03:00
Mikhail Efremov
213d61618b Fix avail_controlled list getting.
Always send interface name to the backend for this.
2014-12-25 16:57:22 +03:00
Mikhail Efremov
34d9d74231 Allow create bridge for eth interfaces only. 2014-12-25 16:50:16 +03:00
Mikhail Efremov
ab77cee422 Add alterator-net-bond support. 2014-12-24 21:47:53 +03:00
Mikhail Efremov
73634c04c9 4.19.3-alt1
- Fix another button name.
2014-11-26 17:08:44 +03:00
Mikhail Efremov
1e131ca31d Fix another button name.
Buttons names in the Qt interface and im the html interface
must be the same.
2014-11-26 17:04:40 +03:00
Mikhail Efremov
b1c7c8a7a7 4.19.2-alt1
- Fix button name.
2014-11-26 15:20:17 +03:00
Mikhail Efremov
a12e683b40 Fix button name.
"New" -> "Add VLAN".
2014-11-26 15:17:54 +03:00
Mikhail Efremov
4960371cc7 4.19.1-alt1
- Hide IP version selector in the Qt interface too.
2014-11-25 17:11:07 +03:00
Mikhail Efremov
4dff2230a7 Hide IP version selector in the Qt interface too.
For html interface this was implemented in the commit
8d147924f7db93aa10ef6664f783e485f3b24cff.
So do the same in the Qt interface too.
2014-11-25 17:06:55 +03:00
Mikhail Efremov
3bd4f171b0 4.19.0-alt1
- Don't allow to change hostname if ALT domain is exists.
- Use IPv4 as default.
- Fix vlan Qt interface.
- Show "Vlan" button for ethernet interfaces only.
- Don't show "Vlan " button for vlan interfaces.
- Fix "Wireless' button visibility.
- Update Qt interface for vlan.
- Hide IP version selection if IPv4 only case (by Andriy Stepanov).
- Cleanup spaces.
- Refactor web UI for VLAN configuration (by Andrey Cherepanov).
2014-11-24 20:59:42 +03:00
Mikhail Efremov
333b0a4f67 Don't allow to change hostname if ALT domain is exists. 2014-11-24 20:52:26 +03:00
Mikhail Efremov
8b1099425c Use IPv4 as default.
Assime IPv4 if not specified.
2014-11-24 19:51:43 +03:00
Mikhail Efremov
bdd63a6328 Fix vlan Qt interface.
Get "list" value once. Seems like it causes some problems
otherwise (empty string can be returned).
2014-11-24 19:44:18 +03:00
Mikhail Efremov
6f16be49b0 Show "Vlan" button for ethernet interfaces only. 2014-11-24 17:20:43 +03:00
Mikhail Efremov
ec3a2fa903 Don't show "Vlan " button for vlan interfaces. 2014-11-24 17:01:35 +03:00
Mikhail Efremov
748dabada6 Fix "Wireless' button visibility. 2014-11-24 16:52:15 +03:00
Mikhail Efremov
35960685e6 Update Qt interface for vlan.
According with changes in the html-interface.
2014-11-24 16:38:01 +03:00
Andriy Stepanov
8d147924f7 Hide IP version selection if IPv4 only case 2014-11-20 20:21:03 +03:00
Mikhail Efremov
8f189fc50f Cleanup spaces. 2014-11-20 20:16:42 +03:00
Andrey Cherepanov
008b39ec0a Refactor web UI for VLAN configuration 2014-11-20 20:03:42 +03:00
Andriy Stepanov
b4969b80b2 4.18.0-alt1
- Add VLAN for X/qt
2014-10-06 17:29:41 +04:00
Andriy Stepanov
05dc221336 VLAN for qt/x11 2014-10-06 17:27:50 +04:00
Andriy Stepanov
ded9da8455 4.17.0-alt1
- Add vlan support for Ajax version
2014-09-29 14:13:52 +04:00
Mikhail Efremov
72db2f6ece 4.16.1-alt1
- Don't show IPv6 in the list if IPv6 is disabled.
- Replace valid_ipv4() with valid_ipv4addr().
2014-08-12 21:36:22 +04:00
Mikhail Efremov
056f0267cc Don't show IPv6 in the list if IPv6 is disabled.
Requires alterator-net-functions >= 1.3.1.
2014-08-08 20:51:06 +04:00
Mikhail Efremov
2da6f2efa3 backend: Replace valid_ipv4() with valid_ipv4addr(). 2012-12-14 15:45:28 +04:00
Mikhail Efremov
8ac8b31d81 4.16.0-alt1
- Add iw to requires.
- Disable DNS and search lists if configuration is not static.
- Write CONFIG_WIRELESS etcnet option.
- Drop ip_string parameter.
- Implement IPv6 support.
- hosts-hook-hostname: Drop all lines with old hostname.
2012-11-22 18:48:06 +04:00
Mikhail Efremov
ae405b9d32 Disable DNS and search lists if configuration is not static. 2012-11-22 17:55:12 +04:00
Mikhail Efremov
d69287a554 Write CONFIG_WIRELESS etcnet option. 2012-11-22 16:17:51 +04:00
Mikhail Efremov
11506f2dbe Drop ip_string parameter.
Seems like unused.
2012-11-22 16:00:57 +04:00
Mikhail Efremov
9fd070fa8b Implement IPv6 support. 2012-11-22 15:20:29 +04:00
Mikhail Efremov
e0294e906d hosts-hook-hostname: Drop all lines with old hostname. 2011-08-04 21:13:13 +04:00
Mikhail Efremov
1cdae2822a 4.15.2-alt1
- Add bridge-utils to requires (see #25740).
- Fix reading addresses for iface (closes: #23689).
2011-07-05 17:27:18 +04:00
Mikhail Efremov
b3ad81575b Fix reading addresses for iface.
Use proper iface name when create/destroy bridges.
2011-07-05 17:01:40 +04:00
Mikhail Efremov
897364ab3a 4.15.1-alt1
- backend: Drop obsoleted line.
- Fix read_hostname(): Always return hostname with domain.
2011-05-12 16:04:21 +04:00
Mikhail Efremov
7102c33b40 backend: Drop obsoleted line.
Variable in_hostname no longer used.
2011-05-12 15:44:53 +04:00
Mikhail Efremov
55b57106f4 Fix read_hostname(): Always return hostname with domain. 2011-05-12 15:41:19 +04:00
Mikhail Efremov
f12da53225 4.15-alt1
- Don't use separate cache file for addresses.
- Use woo-list for retrieval of iface addresses.
- Fix syntax error on empty host variable.
2011-05-06 17:22:55 +04:00
Mikhail Efremov
8366976493 Don't use separate cache file for addresses. 2011-05-06 15:39:00 +04:00
Mikhail Efremov
98a23bb27e Use woo-list for retrieval of iface addresses. 2011-05-06 15:01:47 +04:00
Mikhail Efremov
35cfb82c25 Fix syntax error on empty host variable. 2011-05-06 14:51:57 +04:00
Mikhail Efremov
f531c9575a 4.14-alt2
- Fix addresses list retrieval (closes: #25506).
2011-05-01 23:33:18 +04:00
Mikhail Efremov
56a7e98a08 Fix addresses list retrieval.
Pass interface name to the backend.
2011-05-01 23:19:33 +04:00