diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2015-11-15 22:09:13 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2015-11-15 22:09:13 +0000 |
commit | f1894ad1677d0e5772ec09ddde57cbeead371157 (patch) | |
tree | 75dcbdd2df88cd938a242752c2be169a073469a8 /package/base-files/files/etc | |
parent | 970a393fd4c2573d81c20566eaa895ce428f97a9 (diff) | |
download | upstream-f1894ad1677d0e5772ec09ddde57cbeead371157.tar.gz upstream-f1894ad1677d0e5772ec09ddde57cbeead371157.tar.bz2 upstream-f1894ad1677d0e5772ec09ddde57cbeead371157.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>
SVN-Revision: 47481
Diffstat (limited to 'package/base-files/files/etc')
-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 |