Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix addIp being called with applied ips (#1897)
This was getting called outside of the check for existing ips Because of the added ifdef and a brace getting moved to the wrong place. ``` if (! n.tap()->addIp(*ip)) { fprintf(stderr, "ERROR: unable to add ip address %s" ZT_EOL_S, ip->toString(ipbuf)); } WinFWHelper::newICMPRule(*ip, n.config().nwid); ```
- Loading branch information