python-openflow
python-openflow copied to clipboard
Undefined attributes (Enum? Bitmask? Int?)
Some attributes need a better understanding regarding it's definition as bitmask or enum or something else:
-
common
-
flow_match
- [x] FlowWildCards
- is this enum? BitMask? Both?
- [x] FlowMatch.in_port
- is this a general number or an instance of phy_port.Port enum?
- [x] FlowWildCards
-
action
- [ ] ActionEnqueue.port
- is this a general number or an instance of phy_port.Port enum?
- [ ] ActionEnqueue.port
-
flow_match
-
controller2switch
-
features_reply
- [ ] SwitchFeatures.actions
- Is this a bitmask or a list of actions? How to implement enum_ref here?
- [ ] SwitchFeatures.actions
-
common
- [ ] AggregateStatsRequest.out_port
- is this a general number or an instance of phy_port.Port enum?
- [ ] FlowStatsRequest.out_port
- is this a general number or an instance of phy_port.Port enum?
- [ ] PortStats.no_port
- is this a general number or an instance of phy_port.Port enum?
- [ ] PortStatsRequest.no_port
- is this a general number or an instance of phy_port.Port enum?
- [ ] QueueStats.no_port
- is this a general number or an instance of phy_port.Port enum?
- [ ] QueueStatsRequest.no_port
- is this a general number or an instance of phy_port.Port enum?
- [ ] AggregateStatsRequest.out_port
-
packet_out
- [ ] PacketOut.in_port
- is this a general number or an instance of phy_port.Port enum?
- [ ] PacketOut.in_port
-
features_reply
-
asynchronous
-
packet_in
- [ ] PacketIn.in_port
- is this a general number or an instance of phy_port.Port enum?
- [ ] PacketIn.in_port
-
packet_in