Author: pfg
Date: Sun Jun  7 19:56:17 2020
New Revision: 361898
URL: https://svnweb.freebsd.org/changeset/base/361898

Log:
  services: Add SSDP to service database
  
  This is used for UPnP and is registered in the IANA database.
  
  MFC after:    2 weeks
  PR:           241573

Modified:
  head/usr.sbin/services_mkdb/services

Modified: head/usr.sbin/services_mkdb/services
==============================================================================
--- head/usr.sbin/services_mkdb/services        Sun Jun  7 17:40:29 2020        
(r361897)
+++ head/usr.sbin/services_mkdb/services        Sun Jun  7 19:56:17 2020        
(r361898)
@@ -1602,6 +1602,8 @@ pptp              1723/tcp   #Point-to-point tunnelling 
protocol
 # IMPORTANT NOTE: See comments for ports 1645/1646 when using older equipment
 radius         1812/udp   #RADIUS authentication protocol (IANA sanctioned)
 radacct                1813/udp   #RADIUS accounting protocol (IANA sanctioned)
+ssdp           1900/tcp   #Selective Service Discovery Protocol (UPnP)
+ssdp           1900/udp   #Selective Service Discovery Protocol (UPnP)
 licensedaemon  1986/tcp   #cisco license management
 licensedaemon  1986/udp   #cisco license management
 tr-rsrb-p1     1987/tcp   #cisco RSRB Priority 1 port
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to