MDSAL-309 was fixed in Oxygen SR1 used in HC since 18.07.
Change-Id: I65f4574a10afa7ee1875446d7bfcb04aeca8674b
Signed-off-by: Marek Gradzki <[email protected]>
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.";
}
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.";
}