]> git.ipfire.org Git - thirdparty/lxc.git/commit
config_ipv6: run inet_pton on the addr value without mask
authorSerge Hallyn <serge.hallyn@ubuntu.com>
Fri, 23 Aug 2013 17:45:15 +0000 (12:45 -0500)
committerSerge Hallyn <serge.hallyn@ubuntu.com>
Mon, 26 Aug 2013 11:26:33 +0000 (06:26 -0500)
commit5acccf95b2bd1e5ffedf687e527dcad5a54d4c1e
treec979adef3ae38f640bd4c4a002d09f9eb7ee3e94
parent79622932f21d22db36a0b6cca129f559b5e76108
config_ipv6: run inet_pton on the addr value without mask

otherwise a "$addr/$mask" results in failure.

Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
src/lxc/confile.c