Fix mtu type in router-advertisement-packet
[genius.git] / ipv6util / api / src / main / java / org / opendaylight / genius / ipv6util / api / Ipv6Constants.java
index b3a3f1b757fc4e9635f43cea617b174fc046f2f3..e9bfc2e43d5286d6f84e9c7d413bbda765897275 100644 (file)
@@ -21,6 +21,7 @@ public interface Ipv6Constants {
 
     int ICMPV6_RA_LENGTH_WO_OPTIONS = 16;
     int ICMPV6_OPTION_SOURCE_LLA_LENGTH = 8;
+    int ICMPV6_OPTION_MTU_LENGTH = 8;
     int ICMPV6_OPTION_PREFIX_LENGTH = 32;
 
     int ICMPV6_NA_LENGTH_WO_OPTIONS = 24;
@@ -36,6 +37,9 @@ public interface Ipv6Constants {
 
     short ICMP_V6_OPTION_SOURCE_LLA = 1;
     short ICMP_V6_OPTION_TARGET_LLA = 2;
+    short ICMP_V6_OPTION_PREFIX_INFO = 3;
+    short ICMP_V6_OPTION_REDIRECTED_HEADER = 4;
+    short ICMP_V6_OPTION_MTU = 5;
 
     String ALL_NODES_MCAST_MAC = "33:33:00:00:00:01";
     String ALL_ROUTERS_MCAST_MAC = "33:33:00:00:00:02";