Skip to content

Commit d3e9af7

Browse files
jamalmcr
jamal
authored andcommitted
RESEND: [PATCH 1/1] ForCES fix SCTP TML port
The old ports for SCTP TML ports were replaced at RFC editor publication time. Caught by folks preparing for an Interop tommorow. While we could add a backward compat support it seems meaningless if those ports will never ever be used in production. I will send new test/pcaps at a later point and remove the existing ones once this patch goes in. cheers, jamal commit 40ecad0e866e7567716e6e57158c5274c0786a21 Author: Jamal Hadi Salim <[email protected]> Date: Thu Feb 3 22:00:23 2011 -0500 Conform to new IANA assignment of ForCES SCTP TML Signed-off-by: Jamal Hadi Salim <[email protected]>
1 parent 6e96a2d commit d3e9af7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

print-sctp.c

+3-3
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ static const char rcsid[] _U_ =
5959
#include "ip6.h"
6060
#endif
6161

62-
#define CHAN_HP 6700
63-
#define CHAN_MP 6701
64-
#define CHAN_LP 6702
62+
#define CHAN_HP 6704
63+
#define CHAN_MP 6705
64+
#define CHAN_LP 6706
6565

6666
struct tok ForCES_channels[] = {
6767
{ CHAN_HP, "ForCES HP" },

0 commit comments

Comments
 (0)