]> git.puffer.fish Git - mirror/frr.git/commit
lib: Define generic IP address structure
authorvivek <vivek@cumulusnetworks.com>
Mon, 15 May 2017 05:19:43 +0000 (22:19 -0700)
committervivek <vivek@cumulusnetworks.com>
Thu, 25 May 2017 17:20:03 +0000 (10:20 -0700)
commit482c0fb076b00a588f856a79d2c43b418ce23c57
tree8909ab360d72e243dff6baaa151b51cb6b166f88
parent4e9da20145b4e53d063d2d15596fb1839e6740e3
lib: Define generic IP address structure

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>
lib/Makefile.am
lib/ipaddr.h [new file with mode: 0644]