MCPcopy Create free account
hub / github.com/secdev/scapy / BGPPAExtCommOpaque

Class BGPPAExtCommOpaque

scapy/contrib/bgp.py:1608–1615  ·  view source on GitHub ↗

Packet handling the Opaque Extended Community attribute value. References: RFC 4360

Source from the content-addressed store, hash-verified

1606
1607
1608class BGPPAExtCommOpaque(Packet):
1609 """
1610 Packet handling the Opaque Extended Community attribute value.
1611 References: RFC 4360
1612 """
1613
1614 name = "Opaque Extended Community"
1615 fields_desc = [StrFixedLenField("value", "", length=6)]
1616
1617
1618#

Callers 1

m2iMethod · 0.85

Calls 1

StrFixedLenFieldClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…