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

Class BGPPAExtCommTrafficAction

scapy/contrib/bgp.py:1635–1646  ·  view source on GitHub ↗

Packet handling the (FlowSpec) "traffic-action" extended community. References: RFC 5575

Source from the content-addressed store, hash-verified

1633
1634
1635class BGPPAExtCommTrafficAction(Packet):
1636 """
1637 Packet handling the (FlowSpec) "traffic-action" extended community.
1638 References: RFC 5575
1639 """
1640
1641 name = "FlowSpec traffic-action extended community"
1642 fields_desc = [
1643 BitField("reserved", 0, 46),
1644 BitField("sample", 0, 1),
1645 BitField("terminal_action", 0, 1)
1646 ]
1647
1648
1649class BGPPAExtCommRedirectAS2Byte(Packet):

Callers 1

m2iMethod · 0.85

Calls 1

BitFieldClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…