Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37046166
en ru br
Репозитории ALT
S:2.1.1-alt1
5.1: 1.0-alt3
www.altlinux.org/Changes

Группа :: Система/Основа
Пакет: alterator-net-functions

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

17 февраля 2022 Mikhail Efremov <sem at altlinux.org> 2.1.1-alt1

  • tests: Add test for valid x.x.x.255 ipv4 address.
  • valid_ipv4addr: Allow 255 in a last byte (closes: #30084).

29 октября 2021 Evgeny Sinelnikov <sin at altlinux.org> 2.1.0-alt1

  • Add support systemd-networkd iface control functions

10 февраля 2020 Mikhail Gordeev <obirvalger at altlinux.org> 2.0.3-alt1

  • Add support of several bridge types

23 августа 2017 Evgeny Sinelnikov <sin at altlinux.ru> 2.0.2-alt1

  • valid_ipv4addr: Allow 0 in last byte. (closes: #33795)

21 июня 2016 Mikhail Efremov <sem at altlinux.org> 2.0.1-alt1

  • valid_ipv4addr: Allow 255 in 2nd and 3th bytes.

23 марта 2016 Mikhail Efremov <sem at altlinux.org> 2.0.0-alt1

  • Drop unneeded line.
  • Add functions for read current default route and DNS settings.
  • Suppress 'broken pipe' error message.
  • Add list_bridge() and list_bridge_with_cache().
  • Add function for host interfaces.
  • list_iface(): Skip ifaces in a bonding.
  • list_eth(): Don't replace interface with bridge.
  • Add init_slave_eth_iface_cache().
  • tests: Add more ipv*addr tests.
  • Add warning for deprecated functions.
  • Remove read_iface_slaves().
  • Add remove_iface_with_cache().
  • Add list_vlans_for_iface() and list_vlans_for_iface_with_cache().
  • iface_has_host(): Suppress find's error messages.
  • Add list_vlan() and list_vlan_with_cache().
  • Introduce function for work with cached data.
  • next_iface(): Pass ifaces directory as argument.
  • list_network(): Pass ifaces directory as second argument.
  • Use list_etcnet_iface_filtered() to list interfaces.
  • Use list_etcnet_iface_filtered for list_ppp().
  • Add functions for filtered interfaces list.
  • iface_has_host: Handle VLAN interfaces too.
  • Rename read_iface_slaves -> read_iface_host_var.

20 января 2015 Mikhail Efremov <sem at altlinux.org> 1.3.4-alt1

  • Fix valid_ipv4addr().

25 декабря 2014 Mikhail Efremov <sem at altlinux.org> 1.3.3-alt1

  • Add read_iface_slaves() and iface_has_host() functions.
  • Add list_bond() function.

7 октября 2014 Mikhail Efremov <sem at altlinux.org> 1.3.2-alt1

  • Improve is_ipv6_enabled() (thx stanv@).

11 августа 2014 Mikhail Efremov <sem at altlinux.org> 1.3.1-alt1

  • Added is_ipv6_enabled() function.

14 декабря 2012 Mikhail Efremov <sem at altlinux.org> 1.3.0-alt1

  • refdns: Replace valid_ipv4() with valid_ipv4addr().
  • Added valid_ipv4addr() function.
  • Added tests for ipv6addr_is_in_subnet() function.
  • Added get_ip_version() function.
  • revdns: Added IPv6 support.
  • Added ipv6addr_is_in_subnet() function.
  • ipv6_network(): Use valid_ipv6prefix().
  • Added valid_ipv6prefix() and valid_ipv4prefix() functions.

6 декабря 2012 Mikhail Efremov <sem at altlinux.org> 1.2.1-alt1

  • Update tests for IPv6 functions.
  • ipv6addr_expand(): Expand each segment of IPv4 address.
  • Improve ipv6addr_terse().
  • Rename ipv6add_terse -> ipv6addr_terse.

24 октября 2012 Anton V. Boyarshinov <boyarsh at altlinux.ru> 1.2-alt1

  • added initial IPv6 support (sem@)
  • added read_iface_current_addr* functions

9 сентября 2010 Sergey V Turchin <zerg at altlinux.org> 1.1-alt1

  • add multiple interface addresses support

3 сентября 2009 Stanislav Ievlev <inger at altlinux.org> 1.0-alt3

  • add ipv4addr_prefix_to_mask() (maskname replacement)
  • remove obsolete functions:
      * faceinfo
      * ifcheckdhcp
      * ifcheckplug
      * ifcheckup
      * ifcheckwireless
      * ifdriver
      * iflist
      * ifread
      * iftabupdate

2 сентября 2009 Stanislav Ievlev <inger at altlinux.org> 1.0-alt1

  • add a new set of excellent functions for various ipv4address calculations (sem@)

2 сентября 2009 Mikhail Efremov <sem at altlinux.org> 1.0-alt2

  • fix ipv4addr_is_in_subnet().

30 апреля 2009 Vladislav Zavjalov <slazav at altlinux.org> 0.9-alt4

  • list_iface: skip ifaces with type=801 (wmaster0) (closes: #19866)

30 апреля 2009 Stanislav Ievlev <inger at altlinux.org> 0.9-alt3

  • replace function chomp with shell_var_trim from modern libshell
  • add read_iface_default_gw/write_iface_default_gw

17 апреля 2009 Vladislav Zavjalov <slazav at altlinux.org> 0.9-alt2

  • add comments in obsolete scripts

16 апреля 2009 Vladislav Zavjalov <slazav at altlinux.org> 0.9-alt1

  • list_iface: skip ifaces connected to a bridges

13 апреля 2009 Stanislav Ievlev <inger at altlinux.org> 0.8-alt3

  • improve iface_up and iface_down functions

10 апреля 2009 Stanislav Ievlev <inger at altlinux.org> 0.8-alt1

  • rename package to alterator-net-functions
  • use alterator-hw-functions instead of old if* helpers
  • if* helper functions are deprecated now

10 апреля 2009 Mikhail Efremov <sem at altlinux.org> 0.8-alt2

  • improve next_iface function
  • improve read_iface_addr function (by inger@)

18 марта 2009 Stanislav Ievlev <inger at altlinux.org> 0.7-alt1

  • add functions to edit local resolv.conf

3 марта 2009 Stanislav Ievlev <inger at altlinux.org> 0.6-alt1

  • add script to generate reverse dns zones

22 января 2009 Vladislav Zavjalov <slazav at altlinux.org> 0.5-alt5

  • fix typo (by inger@)

1 декабря 2008 Stanislav Ievlev <inger at altlinux.org> 0.5-alt4

  • add unit tests

1 декабря 2008 Stanislav Ievlev <inger at altlinux.org> 0.5-alt3

  • resurrect read_iface_option behavior

24 октября 2008 Stanislav Ievlev <inger at altlinux.org> 0.5-alt2

  • s,ash,sh,

21 октября 2008 Stanislav Ievlev <inger at altlinux.org> 0.5-alt1

  • improve netname, add: netcheck, list_static_iface, read_iface_addr, write_iface_addr

28 августа 2008 Stanislav Ievlev <inger at altlinux.org> 0.4-alt1

  • add functions: netname, list_iface, list_network

17 июня 2008 Stanislav Ievlev <inger at altlinux.org> 0.3-alt1

  • add alterator-net-functions library

15 января 2008 Stanislav Ievlev <inger at altlinux.org> 0.2-alt4

  • hal workaround: ignore device duplicates

14 января 2008 Stanislav Ievlev <inger at altlinux.org> 0.2-alt3

  • add ifread utility

4 января 2008 Stanislav Ievlev <inger at altlinux.org> 0.2-alt2

  • ifaceinfo: add support for pcmcia network cards

14 ноября 2007 Stanislav Ievlev <inger at altlinux.org> 0.2-alt1

  • use hal

30 октября 2007 Stanislav Ievlev <inger at altlinux.org> 0.1-alt3

  • add iftabupdate utility

25 октября 2007 Stanislav Ievlev <inger at altlinux.org> 0.1-alt2

  • simplify ifcheckup utility
  • add maskname and ifaceinfo utilities

19 июля 2007 Stanislav Ievlev <inger at altlinux.org> 0.1-alt1

  • Initial release
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin