Bug 63907

Summary: /etc/services should include port 3653 definition
Product: Base System Reporter: Marc Blanchet <marc.blanchet>
Component: confAssignee: Colin Percival <cperciva>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   

Description Marc Blanchet 2004-03-07 23:50:01 UTC
/usr/ports/net/freenet6 client uses the TSP protocol to establish IPv6 tunnels. TSP TCP/UDP port are registered in IANA database:
http://www.iana.org/assignments/port-numbers:
tsp             3653/tcp   Tunnel Setup Protocol
tsp             3653/udp   Tunnel Setup Protocol

Fix: 

add the following lines in /etc/services:
tsp             3653/tcp   #Tunnel Setup Protocol
tsp             3653/udp   #Tunnel Setup Protocol
How-To-Repeat: grep 3653 /etc/services
Comment 1 Colin Percival freebsd_committer freebsd_triage 2004-03-13 06:12:23 UTC
Responsible Changed
From-To: freebsd-bugs->cperciva

I'm working on merging IANA's assigned port numbers into /etc/services
Comment 2 Colin Percival freebsd_committer freebsd_triage 2004-08-23 16:42:11 UTC
State Changed
From-To: open->closed

Committed and MFC done.