Commit Graph

119 Commits

Author SHA1 Message Date
Mikhail Efremov
831552abc6 Rename ipv6add_terse -> ipv6addr_terse.
That was just a typo and copy&paste :(.
2012-12-06 17:54:57 +04:00
Anton V. Boyarshinov
622a9af46d 1.2-alt1
- added initial IPv6 support (sem@)
- added read_iface_current_addr* functions
2012-10-24 11:26:33 +04:00
Anton V. Boyarshinov
0209f76e71 read_iface_current_addr* added 2012-10-24 11:26:20 +04:00
Mikhail Efremov
dcc4e3b732 Added tests for IPv6 functions. 2012-09-28 16:37:45 +04:00
Mikhail Efremov
fb17bdaf5e Added initial IPv6 support. 2012-09-28 16:37:43 +04:00
Mikhail Efremov
5dc5ea78ca Update requires for libshell 2010-12-08 17:57:43 +03:00
Mikhail Efremov
e3c1576f92 Use libshell for ipv4 addresses calculations.
These functions in libshell now, so drop old local implementation.
2010-12-02 21:30:19 +03:00
20ca9414dc - add multiple interface addresses support 2010-09-09 14:42:31 +04:00
Stanislav Ievlev
796c8ac116 1.0-alt3
- add ipv4addr_prefix_to_mask() (maskname replacement)
- remove obsolete functions:
   * faceinfo
   * ifcheckdhcp
   * ifcheckplug
   * ifcheckup
   * ifcheckwireless
   * ifdriver
   * iflist
   * ifread
   * iftabupdate
2009-09-03 12:38:52 +04:00
Stanislav Ievlev
394635b66b - add ipv4addr_prefix_to_mask() (maskname replacement) 2009-09-03 12:37:36 +04:00
Stanislav Ievlev
ee90f54759 - remove obsolete functions:
* faceinfo
  * ifcheckdhcp
  * ifcheckplug
  * ifcheckup
  * ifcheckwireless
  * ifdriver
  * iflist
  * ifread
  * iftabupdate
2009-09-03 12:33:24 +04:00
Mikhail Efremov
da42c5f6bf 1.0-alt2
- fix ipv4addr_is_in_subnet().
2009-09-02 17:29:12 +04:00
Mikhail Efremov
06abd28b4b fix ipv4addr_is_in_subnet() 2009-09-02 17:26:06 +04:00
Stanislav Ievlev
71c4c45b93 1.0-alt1
- add a new set of excellent functions for various ipv4address calculations (sem@)
2009-09-02 16:57:28 +04:00
Vladislav Zavjalov
80fbe7719a 0.9-alt4 2009-04-30 15:53:03 +04:00
Vladislav Zavjalov
31218844c0 list_iface: skip ifaces with type=801 (wmaster0) 2009-04-30 15:50:46 +04:00
Stanislav Ievlev
28ebad11f0 0.9-alt3
- replace function chomp with shell_var_trim from modern libshell
- add read_iface_default_gw/write_iface_default_gw
2009-04-30 13:43:30 +04:00
Stanislav Ievlev
1ef3f44d45 - add read_iface_default_gw/write_iface_default_gw 2009-04-28 14:24:04 +04:00
Stanislav Ievlev
22d6dc3ced - replace function chomp with shell_var_trim from modern libshell 2009-04-27 18:17:24 +04:00
Vladislav Zavjalov
acc2099553 0.9-alt2
- add comments in obsolete scripts
2009-04-17 15:41:33 +04:00
Vladislav Zavjalov
1a5c4ce0b6 0.9-alt1 2009-04-16 14:40:41 +04:00
Vladislav Zavjalov
6ffe5bfbcb list_iface: skip ifaces connected to a bridges 2009-04-16 14:38:35 +04:00
Stanislav Ievlev
741d4cbed4 0.8-alt3
- improve iface_up and iface_down functions
2009-04-13 16:31:38 +04:00
Stanislav Ievlev
dfcc05897e improve iface_up and iface_down functions 2009-04-13 13:05:09 +04:00
Mikhail Efremov
3409cb5833 0.8-alt2
- improve next_iface function
- improve read_iface_addr function (by inger@)
2009-04-10 17:52:04 +04:00
Mikhail Efremov
9dcb821af0 - improve next_iface function 2009-04-10 17:26:58 +04:00
Stanislav Ievlev
e5206db465 - improve read_iface_addr function 2009-04-10 14:16:33 +04:00
Stanislav Ievlev
e4d72672ea 0.8-alt1
- rename package to alterator-net-functions
- use alterator-hw-functions instead of old if* helpers
- if* helper functions are deprecated now
2009-04-10 13:15:31 +04:00
Stanislav Ievlev
cb2dcc327f - add new functions for ifup/ifdown process 2009-04-10 13:13:23 +04:00
Stanislav Ievlev
7ca9008de5 - add next_iface function 2009-04-10 13:06:58 +04:00
Stanislav Ievlev
3edf9289b9 - hide 'broken pipe' output error 2009-04-09 17:37:34 +04:00
Stanislav Ievlev
381702d8e3 - rename package to alterator-net-functions 2009-04-09 17:19:17 +04:00
Stanislav Ievlev
aab1387056 - use information about bridges not from etcnet, but directly from system 2009-04-09 17:11:17 +04:00
Stanislav Ievlev
a704de6d7c - use alterator-hw-functions for list_iface
- little improvements of read_iface_bridge
2009-04-09 16:03:49 +04:00
Stanislav Ievlev
4adc6397e0 - add unit-tests 2009-04-09 15:31:02 +04:00
Stanislav Ievlev
225a03d571 - fix iface_read_host 2009-04-09 15:30:52 +04:00
Stanislav Ievlev
859de8f86b - rename default_iface_dir to etcnet_default_iface_dir
- add etcnet_iface_dir global variable
2009-04-09 15:20:25 +04:00
Stanislav Ievlev
614b5ac56b - little test improvements 2009-04-09 15:16:07 +04:00
Stanislav Ievlev
fae0022f49 - little improvements in list_ppp
- add support for bridge interfaces
- improve grouping of functions
2009-04-09 14:36:48 +04:00
Stanislav Ievlev
14b1d65982 - list_eth: use alterator-hw-functions 2009-04-09 12:43:29 +04:00
Stanislav Ievlev
b36a25087e - remove resolv.conf file if it's empty 2009-03-19 10:38:50 +03:00
Stanislav Ievlev
3b62e26ff3 - little code improvements
- more unit-tests
2009-03-19 10:29:43 +03:00
Stanislav Ievlev
2bf57db77f 0.7-alt1
- add functions to edit local resolv.conf
2009-03-18 18:43:52 +03:00
Stanislav Ievlev
1c0caca687 - add functions to edit local resolv.conf 2009-03-18 18:42:59 +03:00
Stanislav Ievlev
42aceb0382 0.6-alt1
- add script to generate reverse dns zones
2009-03-03 18:00:49 +03:00
Vladislav Zavjalov
e1acee9c9e 0.5-alt5 2009-01-22 19:32:20 +03:00
Stanislav Ievlev
0de46d0ec7 - fix typo 2009-01-22 19:25:50 +03:00
Stanislav Ievlev
13bdee3ae5 0.5-alt4
- add unit tests
2008-12-01 14:50:49 +03:00
Stanislav Ievlev
6546d93656 - add unit tests 2008-12-01 14:44:19 +03:00
Stanislav Ievlev
b69e5c87c0 0.5-alt3
- resurrect read_iface_option behavior
2008-12-01 14:00:52 +03:00