mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Added EIGRP l4 protocol (#6275)
This commit is contained in:
parent
ff576e5967
commit
83b736d902
2 changed files with 3 additions and 1 deletions
|
|
@ -217,12 +217,12 @@ l4_keys = {
|
|||
{ "IGMP", "igmp", 2 },
|
||||
{ "TCP", "tcp", 6 },
|
||||
{ "UDP", "udp", 17 },
|
||||
|
||||
{ "IPv6", "ipv6", 41 },
|
||||
{ "RSVP", "rsvp", 46 },
|
||||
{ "GRE", "gre", 47 },
|
||||
{ "ESP", "esp", 50 },
|
||||
{ "IPv6-ICMP", "ipv6icmp", 58 },
|
||||
{ "EIGRP", "eigrp", 88 },
|
||||
{ "OSPF", "ospf", 89 },
|
||||
{ "PIM", "pim", 103 },
|
||||
{ "VRRP", "vrrp", 112 },
|
||||
|
|
@ -236,6 +236,7 @@ L4_PROTO_KEYS = {
|
|||
tcp=6,
|
||||
udp=17,
|
||||
icmp=1,
|
||||
eigrp=88,
|
||||
other_ip=-1
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue