version-0.5.15
·
3118 commits
to master
since this release
- netlink: fixed masterdev reference name resolving bug
- bridge: lowered a questionable warning to debug
- added dummy interface support inclusive suse compat
- added tun/tap interface support inclusive suse compat
- netlink: fixed address parsing causing an abort on assert
- arp: verify ipv4 addresses by default (fate#314399)
Enabled arp duplicate check for static ipv4 addresses as
default (RFC 5227) and send arp notify when requested in
suse ifcfg variables CHECK_DUPLICATE_IP(default yes) and
SEND_GRATUITOUS_ARP(default no). - ipv6: corrected to apply inverted ipv6.enable flag
- utils: fixed array remove typo and socket array activate
- utils: use proper index in ni_string_array_remove
- utils: properly adjust array in remove actions
- socket: use proper array in socket array activate