[Commits] r682 - trunk/daemon/src

new-commit at lists.openvcp.org new-commit at lists.openvcp.org
Sat Dec 19 23:44:34 UTC 2009


Author: cryptronic
Date: 2009-12-19 23:44:33 +0000 (Sat, 19 Dec 2009)
New Revision: 682

Modified:
   trunk/daemon/src/get.c
   trunk/daemon/src/set.c
Log:
added support for peer while setting tun/tap interfaces


Modified: trunk/daemon/src/get.c
===================================================================
--- trunk/daemon/src/get.c	2009-12-07 17:08:22 UTC (rev 681)
+++ trunk/daemon/src/get.c	2009-12-19 23:44:33 UTC (rev 682)
@@ -188,7 +188,7 @@
 	char *iface_params[] = { "bcast", "dev", "disabled", "ip",
 				 "mask", "name", "nodev", "novlandev",
 				 "prefix", "scope", "vlandev", "tun",
-				 "tap", "linktype", "nocsum", "shared", NULL };
+				 "tap", "linktype", "nocsum", "shared", "peer", 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	2009-12-07 17:08:22 UTC (rev 681)
+++ trunk/daemon/src/set.c	2009-12-19 23:44:33 UTC (rev 682)
@@ -679,7 +679,7 @@
 	char *iface_params[] = { "bcast", "dev", "disabled", "ip",
 				 "mask", "name", "nodev", "novlandev",
 				 "prefix", "scope", "vlandev", "tun",
-				 "tap", "linktype", "nocsum", "shared", NULL };
+				 "tap", "linktype", "nocsum", "shared", "peer", NULL };
 
 
 



More information about the Commits mailing list