commit | 0f8c65271d98f7edd5b947a4fc98c7d69f7dc4a2 | [log] [download] |
---|---|---|
author | Kir Kolyshkin <kir@openvz.org> | Tue Jul 05 22:33:15 2011 +0400 |
committer | Kir Kolyshkin <kir@openvz.org> | Wed Jul 06 01:09:12 2011 +0400 |
tree | 7161d6682b0e315211b706e71cb97f1899cd509f | |
parent | d625152b3562e3d0d99960444e1759e264d89e05 [diff] |
Rework find_ip() to work with netmasks We want the same IP with different (optional) netmask to be found, i.e. we want to treat addresses 1.2.3.4, 1.2.3.4/16 and 1.2.3.4/32 as the same one. Signed-off-by: Kir Kolyshkin <kir@openvz.org>