summaryrefslogtreecommitdiffstats
path: root/sys/net/if_debug.c
Commit message (Collapse)AuthorAgeFilesLines
* Add infrastructure to allow all frames/packets received on an interfacebz2011-07-031-0/+1
| | | | | | | | | | | | | | to be assigned to a non-default FIB instance. You may need to recompile world or ports due to the change of struct ifnet. Submitted by: cjsp Submitted by: Alexander V. Chernikov (melifaro ipfw.ru) (original versions) Reviewed by: julian Reviewed by: Alexander V. Chernikov (melifaro ipfw.ru) MFC after: 2 weeks X-MFC: use spare in struct ifnet
* Factor out DDB commands from r204145, r204279 into if_debug.c for furtherbz2010-10-251-0/+125
enhancements (1). Switch to a standard 2-clause BSD license for this (2). Unfortunately we have to un-static the ifindex_table for this but do not publicly export it. Suggested by: rwatson (1) a while back. Approved by: thompsa (2) for the change from r204279. MFC after: 6 days
OpenPOWER on IntegriCloud