socsvn commit: r307748 - soc2016/yuanxunzhang/head/usr.sbin/eaps

yuanxunzhang at FreeBSD.org yuanxunzhang at FreeBSD.org
Tue Aug 16 18:03:15 UTC 2016


Author: yuanxunzhang
Date: Tue Aug 16 18:03:13 2016
New Revision: 307748
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=307748

Log:
  EAPS: query eaps domian status

Modified:
  soc2016/yuanxunzhang/head/usr.sbin/eaps/eaps.c

Modified: soc2016/yuanxunzhang/head/usr.sbin/eaps/eaps.c
==============================================================================
--- soc2016/yuanxunzhang/head/usr.sbin/eaps/eaps.c	Tue Aug 16 17:30:58 2016	(r307747)
+++ soc2016/yuanxunzhang/head/usr.sbin/eaps/eaps.c	Tue Aug 16 18:03:13 2016	(r307748)
@@ -50,6 +50,17 @@
 #include <sysexits.h>
 #include <strings.h>
 #include <unistd.h>
+
+/* 
+* eaps ring information 
+*/
+struct eaps_reqall {
+	char			eaps_ifname[IFNAMSIZ];	/* name of the eaps */
+	uint8_t			eaps_state;             /* state of eaps */
+	uint8_t         enable_state;           /* enable or disable eaps ring */
+};
+
+
 /*
  * EAPS Command Line Module - configure, and display eaps
  */


More information about the svn-soc-all mailing list