]> git.ipfire.org Git - thirdparty/iptables.git/commit
Eliminate inet_aton() and inet_ntoa()
authorPhil Sutter <phil@nwl.cc>
Tue, 27 Apr 2021 07:12:53 +0000 (09:12 +0200)
committerPhil Sutter <phil@nwl.cc>
Fri, 30 Apr 2021 01:39:56 +0000 (03:39 +0200)
commitacac2dbe64e5120394fa715bb5fe95c42d08b8b3
tree9169eae1ddb6b5884d3901909b0f392ff5805464
parent9084ef290a39d42d802204c9e80d7263c2c95ea2
Eliminate inet_aton() and inet_ntoa()

Both functions are obsolete, replace them by equivalent calls to
inet_pton() and inet_ntop().

Signed-off-by: Phil Sutter <phil@nwl.cc>
extensions/libebt_among.c
iptables/nft-ipv4.c