summaryrefslogtreecommitdiffstats
path: root/usr.bin/netstat/mroute6.c
Commit message (Collapse)AuthorAgeFilesLines
* remove warningsassar2001-06-151-2/+0
| | | | | remove superfluous declarations make things more consistent
* remove K&R supportassar2001-06-151-5/+3
|
* revert removal of warning and K&R supportassar2001-06-151-2/+4
| | | | Requested by: bde
* remove most of the warningsassar2001-06-151-4/+2
|
* add the option -S for printing port numbers symbolically but addressesassar2001-06-151-6/+6
| | | | numerically. clean up the CFLAGS in Makefile.
* Sync with recent KAME.ume2001-06-111-0/+1
| | | | | | | | | | | | | | | | | | This work was based on kame-20010528-freebsd43-snap.tgz and some critical problem after the snap was out were fixed. There are many many changes since last KAME merge. TODO: - The definitions of SADB_* in sys/net/pfkeyv2.h are still different from RFC2407/IANA assignment because of binary compatibility issue. It should be fixed under 5-CURRENT. - ip6po_m member of struct ip6_pktopts is no longer used. But, it is still there because of binary compatibility issue. It should be removed under 5-CURRENT. Reviewed by: itojun Obtained from: KAME MFC after: 3 weeks
* Fix typo s/thissystem/this system/jesper2001-04-161-1/+1
| | | | Submitted by: Stephen <sdk@shell.yuck.net>
* To make compilable without -DINET6.ume2000-08-071-0/+2
| | | | | PR: bin/20407 Submitted by: Patrick Bihan-Faou <patrick@mindstep.com>
* sync with latest kame netstat. basically, more statisticsitojun2000-07-041-28/+42
|
* IPv6 multicast routing.shin2000-01-281-0/+235
kernel IPv6 multicast routing support. pim6 dense mode daemon pim6 sparse mode daemon netstat support of IPv6 multicast routing statistics Merging to the current and testing with other existing multicast routers is done by Tatsuya Jinmei <jinmei@kame.net>, who writes and maintainances the base code in KAME distribution. Make world check and kernel build check was also successful.
OpenPOWER on IntegriCloud