BUG-1866: sal-compatibility does not register some services
[controller.git] / opendaylight / md-sal / compatibility / sal-compatibility / src / main / java / org / opendaylight / controller / sal / compatibility / ProtocolConstants.java
index 7392f5c7631035b83aefc6c26aecd9c625e1f818..531578261a5241144e7b00d7e303646a83ee2de8 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2014 Cisco Systems, Inc. and others.  All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ */
 package org.opendaylight.controller.sal.compatibility;
 
 public class ProtocolConstants {
@@ -7,7 +14,7 @@ public class ProtocolConstants {
     // source: http://en.wikipedia.org/wiki/List_of_IP_protocol_numbers
     public static final byte TCP = (byte) 0x06;
     public static final byte UDP = (byte) 0x11;
-    public static final byte SCTP = (byte) 0x84;
+    public static final byte CRUDP = (byte) 0x7F;
 
     private ProtocolConstants() {