summaryrefslogtreecommitdiffstats
path: root/libc/inet/getnet.c
Commit message (Collapse)AuthorAgeFilesLines
* getnet: simplify alias handling and reduce MAXALIASESNatanael Copa2010-10-141-17/+8
| | | | | | | | | | Reduce MAXALIASES to something lower. There will probably never be need for more than 1 alias but we allow a few extra. While here we alos fix segfault when there are too many aliases. Signed-off-by: Natanael Copa <natanael.copa@gmail.com> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* getnet: switch to config parserBernhard Reutner-Fischer2010-08-051-0/+217
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>