]> git.ipfire.org Git - thirdparty/sarg.git/commit
Alias IP addresses in the URL using the CIDR notation
authorFrédéric Marchal <fmarchal@users.sourceforge.net>
Mon, 20 Jun 2011 20:31:06 +0000 (20:31 +0000)
committerFrédéric Marchal <fmarchal@users.sourceforge.net>
Mon, 20 Jun 2011 20:31:06 +0000 (20:31 +0000)
commit5207d9f81e80d712161de42a0057c3e45b442c87
tree9da2c4d7f908d9e6b4431cc75ce17b0f142dbb82
parent289ea07f61b2db9e6b3971301cc8e722b69de735
Alias IP addresses in the URL using the CIDR notation

Listing all the addresses in a range is tedious so the syntax is
extended to support the CIDR notation.

Only IPv4 are fully supported at the moment.
include/defs.h
url.c
util.c