Группа :: Система/Основа
Исходный пакет: alterator-net-functions
Собрано: больше 3 лет назад
Пересобрано: около 3 лет назад
Размер архива: 17,3 КБ
Отчёт repocop:

Gear: http://git.altlinux.org/gears/a/alterator-net-functions.git
Архив: http://ftp.altlinux.org/pub/distributions/archive/sisyphus/index/src/a/alterator-net-functions
Лицензия: GPL
О пакете: helpers for etcnet administration
Описание:
helpers for etcnet administration
(данной и/или предыдущих сборок пакета): Список rpm-пакетов, предоставляемых данным srpm-пакетом:
- alterator-net-functions
- valid_ipv4addr: Allow 0 in last byte. (closes: #33795)2016-06-21 Михаил Ефремов 2.0.1-alt1
- valid_ipv4addr: Allow 255 in 2nd and 3th bytes.2016-03-23 Михаил Ефремов 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.