summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarek Gradzki <mgradzki@cisco.com>2018-07-17 07:28:23 +0200
committerMarek Gradzki <mgradzki@cisco.com>2018-07-17 07:31:20 +0200
commit234cbb30b9942310dde10700c47354e343312ef7 (patch)
tree53e3c1c495f58e4ddb03504cec669b92c07ef707
parentdb71be30add5f4bc1c4324023b78c7a828cd28f5 (diff)
Remove workarounds from ietf-routing-types related to MDSAL-309
MDSAL-309 was fixed in Oxygen SR1 used in HC since 18.07. Change-Id: I65f4574a10afa7ee1875446d7bfcb04aeca8674b Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
-rwxr-xr-xrouting/routing-api/src/main/yang/hc2vpp-ietf-routing-types@2017-12-04.yang12
1 files changed, 2 insertions, 10 deletions
diff --git a/routing/routing-api/src/main/yang/hc2vpp-ietf-routing-types@2017-12-04.yang b/routing/routing-api/src/main/yang/hc2vpp-ietf-routing-types@2017-12-04.yang
index a0d6e19ed..46917a120 100755
--- a/routing/routing-api/src/main/yang/hc2vpp-ietf-routing-types@2017-12-04.yang
+++ b/routing/routing-api/src/main/yang/hc2vpp-ietf-routing-types@2017-12-04.yang
@@ -468,11 +468,7 @@ module hc2vpp-ietf-routing-types {
typedef ipv4-multicast-source-address {
type union {
type enumeration {
- /* Needed to change '*' to 'any' otherwise it will fail to build java classes from this enum
- bug in mdsal reported here: https://jira.opendaylight.org/browse/MDSAL-332
- TODO(HC2VPP-298): change back to '*' when resolved
- */
- enum any {
+ enum '*' {
description
"Any source address.";
}
@@ -486,11 +482,7 @@ module hc2vpp-ietf-routing-types {
typedef ipv6-multicast-source-address {
type union {
type enumeration {
- /* Needed to change '*' to 'any' otherwise it will fail to build java classes from this enum
- bug in mdsal reported here: https://jira.opendaylight.org/browse/MDSAL-332
- TODO(HC2VPP-298): change back to '*' when resolved
- */
- enum any {
+ enum '*' {
description
"Any source address.";
}