diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-05-26 13:44:29 -0400 |
|---|---|---|
| committer | David Lamparter <equinox@opensourcerouting.org> | 2017-07-10 22:15:56 +0200 |
| commit | 7fb9d20fcfe5619a2dfb05085f9da5590820ecb5 (patch) | |
| tree | b32f179e2ba5602c9100b07b7647a697ef97b3b5 /lib/prefix.h | |
| parent | 21bb7c877480d911486a389cb67f8ee318306e38 (diff) | |
lib: Remove typedef from ipaddr
The ipaddr_t type was conflicting with code on omnios.
Remove the typedef
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'lib/prefix.h')
| -rw-r--r-- | lib/prefix.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/prefix.h b/lib/prefix.h index 3d2621c910..549798e92e 100644 --- a/lib/prefix.h +++ b/lib/prefix.h @@ -66,7 +66,7 @@ struct evpn_addr u_char ip_prefix_length; struct ethaddr mac; uint32_t eth_tag; - ipaddr_t ip; + struct ipaddr ip; #if 0 union { |
