NetworkConfig refactor almost done.
This commit is contained in:
parent
ad1e83d8b9
commit
31db6f8f36
4 changed files with 40 additions and 44 deletions
|
@ -203,6 +203,9 @@ public:
|
|||
return r;
|
||||
}
|
||||
|
||||
const ZT_VirtualNetworkStaticDevice &staticDevice(unsigned int i) const { return _static[i]; }
|
||||
unsigned int staticDeviceCount() const { return _staticCount; }
|
||||
|
||||
/**
|
||||
* @param fromPeer Peer attempting to bridge other Ethernet peers onto network
|
||||
* @return True if this network allows bridging
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue