[OpenWrt-Devel] [PATCH 1/4] base-files: add DCCP to /etc/protocols
Stijn Tintel
stijn at linux-ipv6.be
Wed Nov 11 11:13:51 EST 2015
Fixes this conntrackd warning:
WARNING: getprotobyname() cannot find protocol `DCCP' in /etc/protocols
Signed-off-by: Stijn Tintel <stijn at linux-ipv6.be>
---
package/base-files/files/etc/protocols | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/base-files/files/etc/protocols b/package/base-files/files/etc/protocols
index 53fecb6..26bc775 100644
--- a/package/base-files/files/etc/protocols
+++ b/package/base-files/files/etc/protocols
@@ -22,6 +22,7 @@ hmp 20 HMP # host monitoring protocol
xns-idp 22 XNS-IDP # Xerox NS IDP
rdp 27 RDP # "reliable datagram" protocol
iso-tp4 29 ISO-TP4 # ISO Transport Protocol class 4 [RFC905]
+dccp 33 DCCP # Datagram Congestion Control Protocol [RFC4340]
xtp 36 XTP # Xpress Transfer Protocol
ddp 37 DDP # Datagram Delivery Protocol
idpr-cmtp 38 IDPR-CMTP # IDPR Control Message Transport
--
2.4.6
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list