Fixes Bug 4345 39/27639/1
authorAswin Suryanarayanan <aswin.suryanarayanan@hp.com>
Wed, 30 Sep 2015 21:24:36 +0000 (02:54 +0530)
committerAswin Suryanarayanan <aswin.suryanarayanan@hp.com>
Wed, 30 Sep 2015 21:27:43 +0000 (02:57 +0530)
Change-Id: I01a621f65ebe2afbc54dbc01a40d8b8c21335d78
Signed-off-by: Aswin Suryanarayanan <aswin.suryanarayanan@hp.com>
transcriber/src/main/java/org/opendaylight/neutron/transcriber/NeutronSecurityRuleInterface.java

index eb50b0a43c0406e334dcf73d5229fd4ccb5df78d..7ace83ec49e45b4fdcf79b2657351c439f247fa3 100644 (file)
@@ -62,8 +62,8 @@ public class NeutronSecurityRuleInterface extends AbstractNeutronInterface<Secur
             .build();
     private static final ImmutableBiMap<Class<? extends EthertypeBase>,String> ETHERTYPE_MAP
             = new ImmutableBiMap.Builder<Class<? extends EthertypeBase>,String>()
-            .put(EthertypeV4.class,"v4")
-            .put(EthertypeV6.class,"v6")
+            .put(EthertypeV4.class,"IPv4")
+            .put(EthertypeV6.class,"IPv6")
             .build();
 
     NeutronSecurityRuleInterface(ProviderContext providerContext) {