sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
netgraph/ng_vlan_rotate: IEEE 802.1ad VLAN manipulation netgraph typeThis node is part of an A10-NSP (L2-BSA) development.Carrier networks tend to stack three or more tags for internalpurposes a
netgraph/ng_vlan_rotate: IEEE 802.1ad VLAN manipulation netgraph typeThis node is part of an A10-NSP (L2-BSA) development.Carrier networks tend to stack three or more tags for internalpurposes and therefore hiding the service tags deep inside of thestack. When decomposing such an access network frame, the processingorder is typically reversed: First distinguish by service, than byother means.This new netgragh node allows to bring the relevant VLAN in front (tothe out-most position). This way other netgraph nodes (like ng_vlan)can operate on this specific type.Reviewed by: manpages (gbe), brueffer (manpages), kpApproved by: kp (mentor)MFC after: 1 monthRelnotes: yesSponsored by: IKS Service GmbHDifferential Revision: https://reviews.freebsd.org/D22076
show more ...