libfluid
The ONF OpenFlow driver
Public Member Functions | List of all members
fluid_msg::of13::Bucket Class Reference

Public Member Functions

 Bucket (uint16_t weight, uint32_t watch_port, uint32_t watch_group)
 
 Bucket (uint16_t weight, uint32_t watch_port, uint32_t watch_group, ActionSet actions)
 
bool operator== (const Bucket &other) const
 
bool operator!= (const Bucket &other) const
 
size_t pack (uint8_t *buffer)
 
of_error unpack (uint8_t *buffer)
 
uint16_t len ()
 
uint16_t weight ()
 
uint32_t watch_port ()
 
uint32_t watch_group ()
 
ActionSet get_actions ()
 
void weight (uint16_t weight)
 
void watch_port (uint32_t watch_port)
 
void watch_group (uint32_t watch_group)
 
void actions (ActionSet actions)
 
void add_action (Action &action)
 
void add_action (Action *action)
 

The documentation for this class was generated from the following file: