Date: Fri, 3 Jun 2016 21:34:38 GMT From: yuanxunzhang@FreeBSD.org To: svn-soc-all@FreeBSD.org Subject: socsvn commit: r304539 - soc2016/yuanxunzhang/head/sbin/ifconfig Message-ID: <201606032134.u53LYcvR006549@socsvn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuanxunzhang Date: Fri Jun 3 21:34:37 2016 New Revision: 304539 URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=304539 Log: freeBSD-EAPS: test Modified: soc2016/yuanxunzhang/head/sbin/ifconfig/iflagg.c Modified: soc2016/yuanxunzhang/head/sbin/ifconfig/iflagg.c ============================================================================== --- soc2016/yuanxunzhang/head/sbin/ifconfig/iflagg.c Fri Jun 3 20:49:49 2016 (r304538) +++ soc2016/yuanxunzhang/head/sbin/ifconfig/iflagg.c Fri Jun 3 21:34:37 2016 (r304539) @@ -16,8 +16,8 @@ #include <net/ethernet.h> #include <net/if.h> -#include <net/if_lagg.h> -#include <net/ieee8023ad_lacp.h> +// #include <net/if_lagg.h> +// #include <net/ieee8023ad_lacp.h> #include <net/route.h> #include <ctype.h>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606032134.u53LYcvR006549>