Node.networkConfig now only needs to populate the lists of assigned addresses and multicast subscriptions and then it's finished
Signed-off-by: Grant Limberg <glimberg@gmail.com>
This commit is contained in:
parent
46adf870a1
commit
d66f2cd54d
2 changed files with 181 additions and 4 deletions
|
@ -47,7 +47,6 @@ public class VirtualNetworkConfig {
|
|||
private boolean portError;
|
||||
private boolean enabled;
|
||||
private long netconfRevision;
|
||||
private int multicastSubscriptionCount;
|
||||
private ArrayList<MulticastGroup> multicastSubscriptions;
|
||||
private ArrayList<InetAddress> assignedAddresses;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue