rpe
e160122c5d
Introduce a new function parse_hn_line() that replaces the existing
hostname.if(5) parsing code in ifstart(). Add a -n option to netstart to only print the interface configuration commands instead of executing them. Add a HN_DIR variable, that points to the directory of the hostname.if files (default /etc) that allows for future regression tests. - add new parse_hn_line() function - change ifstart() - rename $if to $_if - don't ifconfig or ifconfig create if -n option is used - replace hostname.if(5) parsing code with new parse_hn_line() - just print configuration commands if -n option is used - autoconf now happens in ifstart(), remove ifv6autoconf() - introduce HN_DIR variable for the hostname.if file location - add handling of the -n option to only print config commands - ensure -n is only used if interfaces are specified as parameters Discussed with and positive feedback from many 'commit' deraadt@ OK sthen@ |
7 years ago | |
---|---|---|
.. | ||
etc | Introduce a new function parse_hn_line() that replaces the existing | 7 years ago |
include | Get TCB address using the RDHWR instruction instead of __get_tcb(). | 7 years ago |
lib | Rearrange text a bit to make it clear what "discarded" means; ok jmc@ deraadt@ | 7 years ago |
usr.sbin/ntpd | don't manipulate hdr.len, it's used internally by libutil now; ok florian@ | 7 years ago |