socsvn commit: r304540 - soc2016/yuanxunzhang/head/sbin/ifconfig
yuanxunzhang at FreeBSD.org
yuanxunzhang at FreeBSD.org
Fri Jun 3 21:41:50 UTC 2016
Author: yuanxunzhang
Date: Fri Jun 3 21:41:48 2016
New Revision: 304540
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=304540
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 21:34:37 2016 (r304539)
+++ soc2016/yuanxunzhang/head/sbin/ifconfig/iflagg.c Fri Jun 3 21:41:48 2016 (r304540)
@@ -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>
More information about the svn-soc-all
mailing list