Merge branch 'master' into net-next

This commit is contained in:
Stephen Hemminger 2017-11-13 10:35:17 -08:00
commit a60742aaf4
3 changed files with 5 additions and 2 deletions

View File

@ -1 +1 @@
static const char SNAPSHOT[] = "171112";
static const char SNAPSHOT[] = "171113";

View File

@ -30,6 +30,10 @@
#include <linux/xfrm.h>
#include <linux/ipsec.h>
#ifndef IPPROTO_MH
#define IPPROTO_MH 135
#endif
#define XFRMS_RTA(x) ((struct rtattr*)(((char*)(x)) + NLMSG_ALIGN(sizeof(struct xfrm_usersa_info))))
#define XFRMS_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct xfrm_usersa_info))

View File

@ -30,7 +30,6 @@
#include <time.h>
#include <sys/time.h>
#include <errno.h>
#include <ctype.h>
#include "rt_names.h"
#include "utils.h"