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

Class BGPPACommunity

scapy/contrib/bgp.py:1353–1360  ·  view source on GitHub ↗

Packet handling the COMMUNITIES attribute value. References: RFC 1997

Source from the content-addressed store, hash-verified

1351
1352
1353class BGPPACommunity(Packet):
1354 """
1355 Packet handling the COMMUNITIES attribute value.
1356 References: RFC 1997
1357 """
1358
1359 name = "COMMUNITIES"
1360 fields_desc = [IntEnumField("community", 0, well_known_communities)]
1361
1362
1363#

Callers

nothing calls this directly

Calls 1

IntEnumFieldClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…