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

Class BGPPAExtCommIPv4AddressSpecific

scapy/contrib/bgp.py:1596–1605  ·  view source on GitHub ↗

Packet handling the IPv4 Address Specific Extended Community attribute value. References: RFC 4360

Source from the content-addressed store, hash-verified

1594
1595
1596class BGPPAExtCommIPv4AddressSpecific(Packet):
1597 """
1598 Packet handling the IPv4 Address Specific Extended Community attribute
1599 value.
1600 References: RFC 4360
1601 """
1602
1603 name = "IPv4 Address Specific Extended Community"
1604 fields_desc = [
1605 IntField("global_administrator", 0), ShortField("local_administrator", 0)] # noqa: E501
1606
1607
1608class BGPPAExtCommOpaque(Packet):

Callers 1

m2iMethod · 0.85

Calls 2

IntFieldClass · 0.90
ShortFieldClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…