diff options
author | bz <bz@FreeBSD.org> | 2010-10-24 22:02:36 +0000 |
---|---|---|
committer | bz <bz@FreeBSD.org> | 2010-10-24 22:02:36 +0000 |
commit | 520543ca439ef2838b69c6bf1e321ba7ce98debf (patch) | |
tree | f5ce8eee71a98d700e307dcd07d6eef9cbbbb295 /sys/conf | |
parent | bab8c13c62d1f3a1c748953ea05ac6643740cec8 (diff) | |
download | FreeBSD-src-520543ca439ef2838b69c6bf1e321ba7ce98debf.zip FreeBSD-src-520543ca439ef2838b69c6bf1e321ba7ce98debf.tar.gz |
Add initial inet DDB support for show in_ifaddr and show sin commands which
proved to be useful while debugging address list problems.
MFC after: 6 days
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/files | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/files b/sys/conf/files index 74f25c1..3447798 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -2559,6 +2559,7 @@ netinet/if_atm.c optional atm netinet/if_ether.c optional inet ether netinet/igmp.c optional inet netinet/in.c optional inet +netinet/in_debug.c optional inet ddb netinet/ip_carp.c optional inet carp | inet6 carp netinet/in_gif.c optional gif inet | netgraph_gif inet netinet/ip_gre.c optional gre inet |