summaryrefslogtreecommitdiff
path: root/trafgen_stddef.h
diff options
context:
space:
mode:
authorDaniel Borkmann <dborkman@redhat.com>2013-07-03 16:44:23 +0200
committerDaniel Borkmann <dborkman@redhat.com>2013-07-03 16:44:23 +0200
commit2bcc60885d8dc61d49608cf9125a2432607631b1 (patch)
treea306cddd10d481b630a621d93a0de88a5cb39448 /trafgen_stddef.h
parentcdafc50c08c2daecd96c84c24faf51248b77b6fb (diff)
pcap: support for various linktypes
Add a device_type() method to get the assigned dev->type from the kernel, and add support for automatic selection of the correct pcap file header's linktype. This needs to be integrated into the core code though. Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Diffstat (limited to 'trafgen_stddef.h')
0 files changed, 0 insertions, 0 deletions
e are no longer ports being monitored in ingress or egress - removed a stray list_head in dsa_port structure that is not used Tested using the two iproute2 examples: tc qdisc add dev eth1 handle ffff: ingress tc filter add dev eth1 parent ffff: \ matchall skip_sw \ action mirred egress mirror \ dev eth2 tc qdisc add dev eth1 handle 1: root prio tc filter add dev eth1 parent 1: \ matchall skip_sw \ action mirred egress mirror \ dev eth2 ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/sctp')