config SBP_TARGET tristate "FireWire SBP-2 fabric module" depends on FIREWIRE help Say Y or M here to enable SCSI target functionality over FireWire. This enables you to expose SCSI devices to other nodes on the FireWire bus, for example hard disks. Similar to FireWire Target Disk mode on many Apple computers. To compile this driver as a module, say M here: The module will be called sbp-target. t repository'/>
summaryrefslogtreecommitdiff
path: root/net/bridge/br_forward.c
AgeCommit message (Collapse)AuthorFilesLines
2017-02-03bridge: vlan dst_metadata hooks in ingress and egress pathsRoopa Prabhu1-1/+1
- ingress hook: - if port is a tunnel port, use tunnel info in attached dst_metadata to map it to a local vlan - egress hook: - if port is a tunnel port, use tunnel info attached to vlan to set dst_metadata on the skb CC: Nikolay Aleksandrov <nikolay@cumulusnetworks.com> Signed-off-by: Roopa Prabhu <roopa@cumulusnetworks.com> Signed-off-by: David S. Miller <davem@davemloft.net>