summaryrefslogtreecommitdiff
path: root/sys/modules/netgraph/ether
AgeCommit message (Collapse)Author
2024-07-15Remove residual blank line at start of MakefileWarner Losh
This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
2023-08-16sys: Remove $FreeBSD$: one-line sh patternWarner Losh
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
2009-06-08After r193232 rt_tables in vnet.h are no longer indirectly dependent onBjoern A. Zeeb
the ROUTETABLES kernel option thus there is no need to include opt_route.h anymore in all consumers of vnet.h and no longer depend on it for module builds. Remove the hidden include in flowtable.h as well and leave the two explicit #includes in ip_input.c and ip_output.c. Notes: svn path=/head/; revision=193744
2008-12-02Rather than using hidden includes (with cicular dependencies),Bjoern A. Zeeb
directly include only the header files needed. This reduces the unneeded spamming of various headers into lots of files. For now, this leaves us with very few modules including vnet.h and thus needing to depend on opt_route.h. Reviewed by: brooks, gnn, des, zec, imp Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=185571
2005-02-12Bitrot: the ethernet parse type is long standard.Ruslan Ermilov
Notes: svn path=/head/; revision=141724
2002-01-12Export "ng_ether_enaddr_type" because the ng_bridge type uses it.Archie Cobbs
Notes: svn path=/head/; revision=89293
2001-01-06Use a consistent style and one much closer to the rest of /usr/srcDavid E. O'Brien
Notes: svn path=/head/; revision=70711
2000-06-26Build ng_ether(4) KLD.Archie Cobbs
Notes: svn path=/head/; revision=62145