commit | c1e72727ff6440f98fdd8c42a98da89e443a112b | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <teo@opennetworking.org> | Fri Mar 20 12:53:14 2020 -0700 |
committer | Matteo Scandolo <teo@opennetworking.org> | Fri Mar 20 12:53:14 2020 -0700 |
tree | 734a79b4baeed2d8105f4da95ccb2256f90b317c | |
parent | 2ea68b9663ef5c3ffca734473090024d5bd8063e [diff] |
Using the same default for REST and CONFIG based entries Change-Id: I4c514821b6134d884f698f267edb50c3e51f98c5
diff --git a/api/src/main/java/org/opencord/sadis/UniTagInformation.java b/api/src/main/java/org/opencord/sadis/UniTagInformation.java index fdcb301..5841d5e 100644 --- a/api/src/main/java/org/opencord/sadis/UniTagInformation.java +++ b/api/src/main/java/org/opencord/sadis/UniTagInformation.java
@@ -24,7 +24,7 @@ public final class UniTagInformation { @JsonProperty(value = "uniTagMatch") - private VlanId uniTagMatch = VlanId.NONE; + private VlanId uniTagMatch = VlanId.vlanId(VlanId.NO_VID); @JsonProperty(value = "ponCTag") private VlanId ponCTag;