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

Class BGPPAExtCommTrafficRate

scapy/contrib/bgp.py:1622–1632  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1620#
1621
1622class BGPPAExtCommTrafficRate(Packet):
1623 """
1624 Packet handling the (FlowSpec) "traffic-rate" extended community.
1625 References: RFC 5575
1626 """
1627
1628 name = "FlowSpec traffic-rate extended community"
1629 fields_desc = [
1630 ShortField("id", 0),
1631 IEEEFloatField("rate", 0)
1632 ]
1633
1634
1635class BGPPAExtCommTrafficAction(Packet):

Callers 1

m2iMethod · 0.85

Calls 2

ShortFieldClass · 0.90
IEEEFloatFieldClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…