aboutsummaryrefslogtreecommitdiff
path: root/pfinet/options.c
Commit message (Collapse)AuthorAgeFilesLines
* (parse_opt):Miles Bader1996-06-251-27/+34
| | | | | | | | | | | 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.
* (parse_hook_add_interface): Realloc the correct number of bytes.Miles Bader1996-06-241-13/+30
| | | | | | (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.
* Finish up initial version.Miles Bader1996-06-211-83/+48
|
* Initial revisionMichael I. Bushnell1996-06-171-0/+316