Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lib: Remove typedef from ipaddr | Donald Sharp | 2017-07-10 | 1 | -5/+5 |
| | | | | | | | | The ipaddr_t type was conflicting with code on omnios. Remove the typedef Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com> | ||||
* | lib: Define generic IP address structure | vivek | 2017-05-25 | 1 | -0/+94 |
Define an IP address structure which is a union of an IPv4 and IPv6 address. This is for subsequent use in EVPN. Signed-off-by: Vivek Venkatraman <vivek@cumulusnetworks.com> Reviewed-by: Donald Sharp <sharpd@cumulusnetworks.com> |