Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sbin/ifconfig



Module Name:    src
Committed By:   dyoung
Date:           Tue May  6 16:15:17 UTC 2008

Modified Files:
        src/sbin/ifconfig: af_atalk.c af_atalk.h af_inet.c af_inet.h af_inet6.c
            af_inet6.h af_inetany.c af_iso.c af_iso.h ifconfig.c util.h

Log Message:
Rename in_addr_commit() to commit_address(), and refactor slightly
to support IPv6 as well as IPv4 (a work in progress).

Make the second argument of af_status() a bool instead of an int.

Exit early with an error if the operator specifies an unsupported
address family on the command line.  The change should help rc
scripts to detect that IPv6 support is missing from the kernel,
with 'ifconfig lo0 inet6'.

Start using prop_dictionary_util(3).


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 src/sbin/ifconfig/af_atalk.c \
    src/sbin/ifconfig/af_inet6.c
cvs rdiff -r1.2 -r1.3 src/sbin/ifconfig/af_atalk.h \
    src/sbin/ifconfig/af_inet.h
cvs rdiff -r1.6 -r1.7 src/sbin/ifconfig/af_inet.c
cvs rdiff -r1.3 -r1.4 src/sbin/ifconfig/af_inet6.h src/sbin/ifconfig/af_iso.h
cvs rdiff -r1.1 -r1.2 src/sbin/ifconfig/af_inetany.c src/sbin/ifconfig/util.h
cvs rdiff -r1.7 -r1.8 src/sbin/ifconfig/af_iso.c
cvs rdiff -r1.187 -r1.188 src/sbin/ifconfig/ifconfig.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index