summaryrefslogtreecommitdiff
path: root/pfinet/options.c
AgeCommit message (Collapse)Author
1997-04-25(trivfs_append_args):Miles Bader
Renamed from trivfs_get_options. Don't initialize ARGZ/ARGZ_LEN.
1996-06-25(parse_opt):Miles Bader
Fix test for address-less netmask. Fix byte order when using IN_* macros. Base default netmask on dev->pa_addr, not in->address. Don't clear dev->pa_addr. Delete old routing entries before adding new ones. (trivfs_get_options): Add & use ADD_ADDR_OPT macro. (parse_hook_add_interface): Initialize H->curint->device. (trivfs_get_options): Initialize *ARGZ & *ARGZ_LEN.
1996-06-24(parse_hook_add_interface): Realloc the correct number of bytes.Miles Bader
(parse_opt): Don't fail if there were no options. (RETURN): New macro. (PERR, FAIL): Use RETURN instead of return to free memory if nec.
1996-06-21Finish up initial version.Miles Bader
1996-06-17Initial revisionMichael I. Bushnell