socsvn commit: r287681 - soc2015/roam/ng_ayiya

roam at FreeBSD.org roam at FreeBSD.org
Sun Jun 28 01:39:26 UTC 2015


Author: roam
Date: Sun Jun 28 01:39:25 2015
New Revision: 287681
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=287681

Log:
  Add a sample tic-tunnels.txt file.
  
  Provide a sample file for testing a pair of ng_ayiya nodes on
  neighboring machines in a local network - or at least one side's
  configuration.  This makes use of the non-standard "IPv4 Endpoint"
  behavior in the testing scaffold.
  
  It also makes use of site-local IPv6 addresses which, although
  deprecated, might still come in useful every once in a while.
  Link-local IPv6 addresses are not used, since the ng_ayiya node
  explicitly ignores them when querying the ng_iface node for its address
  to choose one for the "Identity" AYIYA field.
  
  ObQuote:	"Let me tell you how it will be"

Added:
  soc2015/roam/ng_ayiya/tic-tunnels.txt.sample

Added: soc2015/roam/ng_ayiya/tic-tunnels.txt.sample
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ soc2015/roam/ng_ayiya/tic-tunnels.txt.sample	Sun Jun 28 01:39:25 2015	(r287681)
@@ -0,0 +1,15 @@
+T22928
+	AdminState:	enabled
+	Heartbeat_Interval:	60
+	IPv4 Endpoint:	10.0.2.15
+	IPv4 POP:	10.0.2.16
+	IPv6 Endpoint:	fec0::1
+	IPv6 POP:	fec0::2
+	IPv6 PrefixLength:	64
+	POP Id:	localtest
+	Password:	aa6263d5e8005b9da9b35f83aa945143
+	Tunnel MTU:	1280
+	Tunnel Name:	local testing tunnel
+	TunnelId:	T22928
+	Type:	ayiya
+	UserState:	enabled


More information about the svn-soc-all mailing list