summaryrefslogtreecommitdiffstats
path: root/lib/ipaddr.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* lib: Remove typedef from ipaddrDonald Sharp2017-07-101-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 structurevivek2017-05-251-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>