Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions openflow_input/standard-1.4
Original file line number Diff line number Diff line change
Expand Up @@ -872,8 +872,8 @@ struct of_port_desc_prop_optical : of_port_desc_prop {
uint32_t rx_min_freq_lmda;
uint32_t rx_max_freq_lmda;
uint32_t rx_grid_freq_lmda;
uint32_t tx_pwr_min;
uint32_t tx_pwr_max;
uint16_t tx_pwr_min;
uint16_t tx_pwr_max;
};

struct of_port_desc_prop_experimenter : of_port_desc_prop {
Expand Down
4 changes: 2 additions & 2 deletions openflow_input/standard-1.5
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,8 @@ struct of_port_desc_prop_optical : of_port_desc_prop {
uint32_t rx_min_freq_lmda;
uint32_t rx_max_freq_lmda;
uint32_t rx_grid_freq_lmda;
uint32_t tx_pwr_min;
uint32_t tx_pwr_max;
uint16_t tx_pwr_min;
uint16_t tx_pwr_max;
};

/* Ingress pipeline fields description property */
Expand Down