hotfix FRR config serialization
This commit is contained in:
parent
8f1239f61d
commit
e2d0e90f2a
|
|
@ -192,7 +192,7 @@ public final class FRR extends AbstractComponent<FRR.FRRConfig> {
|
||||||
|
|
||||||
@Getter
|
@Getter
|
||||||
@Setter
|
@Setter
|
||||||
@JSONArrayProperty(type = IPv4Subnet.class)
|
@JSONArrayProperty(type = IPv4Subnet.class,serializer = IPv4Subnet.Serializer.class)
|
||||||
private List<IPv4Subnet> essentialSubnets = new ArrayList<>();
|
private List<IPv4Subnet> essentialSubnets = new ArrayList<>();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue