BUG:6997 supporting OXM_OF_MPLS_LABEL in nicira extensiona 62/47662/8
authorepgoraj <p.govinda.rajulu@ericsson.com>
Thu, 27 Oct 2016 11:22:18 +0000 (16:52 +0530)
committerPeriyasamy Palanisamy <periyasamy.palanisamy@ericsson.com>
Tue, 22 Nov 2016 09:49:21 +0000 (15:19 +0530)
commitd24260189065b6620af4f6829b91313c0a681c6d
treee6cd292639ff7a3c834a7c9501ad6535e8e19a60
parent5ab92c0df913f194d6910377ef72b7e6953a7922
BUG:6997 supporting OXM_OF_MPLS_LABEL in nicira extensiona

        Description : currently under nicira-extension, MPLS support is not
        present in nicira Move action. Mainly in ECMP use-case we need to use
        mpls_label under nicira_move_action type. The mpls_label will be using as
        example ( move:NXM_NX_REG1[0..19]->OXM_OF_MPLS_LABEL[] )

Change-Id: Ia497b963f30bf9ffcd09430db8ed85661a64859f
Signed-off-by: epgoraj <p.govinda.rajulu@ericsson.com>
Signed-off-by: Periyasamy Palanisamy <periyasamy.palanisamy@ericsson.com>
extension/openflowjava-extension-nicira/src/main/java/org/opendaylight/openflowjava/nx/NiciraExtensionsRegistrator.java
extension/openflowjava-extension-nicira/src/main/java/org/opendaylight/openflowjava/nx/NiciraMatchCodecs.java
extension/openflowjava-extension-nicira/src/main/java/org/opendaylight/openflowjava/nx/codec/match/MplsLabelCodec.java [new file with mode: 0644]
extension/openflowjava-extension-nicira/src/main/yang/nicira-match.yang
extension/openflowplugin-extension-nicira/src/main/java/org/opendaylight/openflowplugin/extension/vendor/nicira/convertor/action/RegMoveConvertor.java
extension/openflowplugin-extension-nicira/src/main/yang/openflowplugin-extension-nicira-action.yang