aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/netgraph/ether_echo
Commit message (Collapse)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-231-1/+0
| | | | | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/ Similar commit in current: (cherry picked from commit 031beb4e239b)
* Add a trivial node to reflect ethernet frames to whence they came.Julian Elischer2008-12-251-0/+7
MFC after: 1 month Notes: svn path=/head/; revision=186481