commit | 80bb2b400a4f71ded0bfb15ead5195f012c76c7a | [log] [tgz] |
---|---|---|
author | Rich Lane <rlane@bigswitch.com> | Fri Jan 09 13:58:54 2015 -0800 |
committer | Rich Lane <rlane@bigswitch.com> | Fri Jan 09 13:58:54 2015 -0800 |
tree | 7408c02f1466cd1b54b50d507a8a6363370a8365 | |
parent | 5dba58d76beaa54ca91490cd5bfc2092fa90b807 [diff] [blame] |
loci: make of_mac_addr_all_zeroes name match the definition
diff --git a/c_gen/c_code_gen.py b/c_gen/c_code_gen.py index a9a0576..9add81b 100644 --- a/c_gen/c_code_gen.py +++ b/c_gen/c_code_gen.py
@@ -621,7 +621,7 @@ } of_bitmap_512_t; extern const of_mac_addr_t of_mac_addr_all_ones; -extern const of_mac_addr_t of_mac_addr_all_zeroes; +extern const of_mac_addr_t of_mac_addr_all_zeros; extern const of_ipv6_t of_ipv6_all_ones; extern const of_ipv6_t of_ipv6_all_zeros;