diff options
author | WANG Cong <xiyou.wangcong@gmail.com> | 2013-10-16 22:03:48 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen@networkplumber.org> | 2013-10-30 16:37:05 -0700 |
commit | aa574cd60e57d6a31b4d433e0b09bfacd2cb79d1 (patch) | |
tree | a970ee8132d4be956fb68868b10a115b6c4b20b4 /include | |
parent | 03ddbbd5ad9b60ff51d04fcd838375cc98173687 (diff) |
vxlan: add ipv6 support
The kernel already supports it, so add the support
to iproute2 as well.
Cc: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/utils.h b/include/utils.h index 24ff19f8..a3e310ee 100644 --- a/include/utils.h +++ b/include/utils.h @@ -151,6 +151,7 @@ int print_timestamp(FILE *fp); extern int cmdlineno; extern ssize_t getcmdline(char **line, size_t *len, FILE *in); extern int makeargs(char *line, char *argv[], int maxargs); +extern int inet_get_addr(const char *src, __u32 *dst, struct in6_addr *dst6); struct iplink_req; int iplink_parse(int argc, char **argv, struct iplink_req *req, |