summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/TESTLIST2
-rw-r--r--tests/lldp_8021_linkagg-v.out8
-rw-r--r--tests/lldp_8021_linkagg-vv.out10
-rw-r--r--tests/lldp_8021_linkagg.pcapbin0 -> 106 bytes
4 files changed, 20 insertions, 0 deletions
diff --git a/tests/TESTLIST b/tests/TESTLIST
index fb157144..921bffac 100644
--- a/tests/TESTLIST
+++ b/tests/TESTLIST
@@ -363,6 +363,8 @@ cdp-v 3560_CDP.pcap cdp-v.out -v
udld-v UDLD.pcap udld-v.out -v
lldp_mud-v lldp_mudurl.pcap lldp_mudurl-v.out -e -v
lldp_mud-vv lldp_mudurl.pcap lldp_mudurl-vv.out -e -vv
+lldp_8021_linkagg-v lldp_8021_linkagg.pcap lldp_8021_linkagg-v.out -v
+lldp_8021_linkagg-vv lldp_8021_linkagg.pcap lldp_8021_linkagg-vv.out -vv
# fuzzed pcap
udld-inf-loop-1-v udld-inf-loop-1.pcapng udld-inf-loop-1-v.out -v
diff --git a/tests/lldp_8021_linkagg-v.out b/tests/lldp_8021_linkagg-v.out
new file mode 100644
index 00000000..d6827c5b
--- /dev/null
+++ b/tests/lldp_8021_linkagg-v.out
@@ -0,0 +1,8 @@
+ 1 05:27:44.860864 LLDP, length 11
+ Organization specific TLV (127), length 9: OUI Ethernet bridged (0x0080c2)
+ Link aggregation Subtype (7)
+ aggregation status [supported, enabled], aggregation port ID 100
+ 2 05:27:46.902307 LLDP, length 11
+ Organization specific TLV (127), length 9: OUI Ethernet bridged (0x0080c2)
+ Link aggregation Subtype (7)
+ aggregation status [supported], aggregation port ID 0
diff --git a/tests/lldp_8021_linkagg-vv.out b/tests/lldp_8021_linkagg-vv.out
new file mode 100644
index 00000000..a717006b
--- /dev/null
+++ b/tests/lldp_8021_linkagg-vv.out
@@ -0,0 +1,10 @@
+ 1 05:27:44.860864 LLDP, length 11
+ Organization specific TLV (127), length 9: OUI Ethernet bridged (0x0080c2)
+ Link aggregation Subtype (7)
+ aggregation status [supported, enabled], aggregation port ID 100
+ 0x0000: 0080 c207 0300 0000 64
+ 2 05:27:46.902307 LLDP, length 11
+ Organization specific TLV (127), length 9: OUI Ethernet bridged (0x0080c2)
+ Link aggregation Subtype (7)
+ aggregation status [supported], aggregation port ID 0
+ 0x0000: 0080 c207 0100 0000 00
diff --git a/tests/lldp_8021_linkagg.pcap b/tests/lldp_8021_linkagg.pcap
new file mode 100644
index 00000000..44464579
--- /dev/null
+++ b/tests/lldp_8021_linkagg.pcap
Binary files differ