diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2015-11-15 22:09:13 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2015-11-15 22:09:13 +0000 |
commit | 3fb23c3864add1d31d980d0f5bf4104650b45f71 (patch) | |
tree | b2977713e78bcb469a8af120f41a5cfe22f76370 /package | |
parent | ba03f3dcb75fc99370be326d25b13cc075339251 (diff) | |
download | master-187ad058-3fb23c3864add1d31d980d0f5bf4104650b45f71.tar.gz master-187ad058-3fb23c3864add1d31d980d0f5bf4104650b45f71.tar.bz2 master-187ad058-3fb23c3864add1d31d980d0f5bf4104650b45f71.zip |
base-files: add DCCP to /etc/protocols
Fixes this conntrackd warning:
WARNING: getprotobyname() cannot find protocol `DCCP' in /etc/protocols
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47481 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/base-files/files/etc/protocols | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/base-files/files/etc/protocols b/package/base-files/files/etc/protocols index 53fecb6d3c..26bc775ed6 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 |