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:
Grant Limberg 2015-04-23 21:43:16 -07:00
parent 46adf870a1
commit d66f2cd54d
2 changed files with 181 additions and 4 deletions

View file

@ -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;