commit | b566a161baa99f5c877a3dc88ff8d854cab39664 | [log] [tgz] |
---|---|---|
author | Andreas Wundsam <andreas.wundsam@bigswitch.com> | Thu Jul 18 19:30:23 2013 -0700 |
committer | Andreas Wundsam <andreas.wundsam@bigswitch.com> | Wed Jul 24 19:30:07 2013 -0700 |
tree | 8713658f4febf39749cd61e220cf76eb59ef8f36 | |
parent | 396ed3dd3cbcbb002f9c1142581b750a67073bfb [diff] [blame] |
openflow_input: introduced type ipv4_t
diff --git a/openflow_input/bsn_get_interfaces b/openflow_input/bsn_get_interfaces index ba1508c..01902bc 100644 --- a/openflow_input/bsn_get_interfaces +++ b/openflow_input/bsn_get_interfaces
@@ -40,8 +40,8 @@ of_mac_addr_t hw_addr; pad(2); of_port_name_t name; - uint32_t ipv4_addr; - uint32_t ipv4_netmask; + of_ipv4_t ipv4_addr; + of_ipv4_t ipv4_netmask; }; struct of_bsn_get_interfaces_reply {