Actions
Feature #2771
closed
WV
WV
MPLS over Vlan support
Feature #2771:
MPLS over Vlan support
Effort:
low
Difficulty:
Label:
Protocol
Description
I was looking at the code for decode-vlan.c and noticed that it wasn't capable of handling MPLS over vlan. We have seen this type of traffic by one of our customers an wish to monitor this.
Files
VJ Updated by Victor Julien about 6 years ago
- Label Protocol added
PA Updated by Philippe Antoine about 5 years ago
- Status changed from New to Closed
It works with current version.
I get
jq '.' log/eve.json
{
"timestamp": "2019-01-14T14:08:24.156358+0100",
"flow_id": 1633369784345286,
"event_type": "flow",
"vlan": [
42
],
"src_ip": "1.1.1.1",
"dest_ip": "0.0.0.0",
"proto": "ICMP",
"icmp_type": 8,
"icmp_code": 0,
A S-V test can be created out of this if needed
Actions