[Commits] r640 - trunk/daemon/src

new-commit at lists.openvcp.org new-commit at lists.openvcp.org
Mon Dec 29 21:07:56 UTC 2008


Author: ftx
Date: 2008-12-29 21:07:56 +0000 (Mon, 29 Dec 2008)
New Revision: 640

Modified:
   trunk/daemon/src/get.c
   trunk/daemon/src/set.c
Log:
allow tun/tap options for interfaces



Modified: trunk/daemon/src/get.c
===================================================================
--- trunk/daemon/src/get.c	2008-12-29 19:53:49 UTC (rev 639)
+++ trunk/daemon/src/get.c	2008-12-29 21:07:56 UTC (rev 640)
@@ -200,7 +200,8 @@
 
 	char *iface_params[] = { "bcast", "dev", "disabled", "ip",
 				 "mask", "name", "nodev", "novlandev",
-				 "prefix", "scope", "vlandev", NULL };
+				 "prefix", "scope", "vlandev", "tun",
+				 "tap", "linktype", "nocsum", "shared", NULL };
 
 	arg0 = ovcp_request_get_arg(request, 0);
 	name = (char *)ovcp_data_get(arg0);

Modified: trunk/daemon/src/set.c
===================================================================
--- trunk/daemon/src/set.c	2008-12-29 19:53:49 UTC (rev 639)
+++ trunk/daemon/src/set.c	2008-12-29 21:07:56 UTC (rev 640)
@@ -674,7 +674,8 @@
 
 	char *iface_params[] = { "bcast", "dev", "disabled", "ip",
 				 "mask", "name", "nodev", "novlandev",
-				 "prefix", "scope", "vlandev", NULL };
+				 "prefix", "scope", "vlandev", "tun",
+				 "tap", "linktype", "nocsum", "shared", NULL };
 
 
 



More information about the Commits mailing list