From: Maxim Mamontov Date: Mon, 28 Nov 2011 12:57:31 +0000 (+0200) Subject: Sync to working version X-Git-Url: https://git.stg.codes/ssmd.git/commitdiff_plain/0e2bc51f6930b264ca31bb72a6388e80539a85f6 Sync to working version --- diff --git a/include/switch.h b/include/switch.h index fc43284..351d162 100644 --- a/include/switch.h +++ b/include/switch.h @@ -50,6 +50,8 @@ class Switch { std::vector _acls; + bool _aclsCreated; + bool checkProfiles(const CTarget & target); bool dropACLs(const CTarget & target); bool dropACLsByTable(const CTarget & target, unsigned profileId, const SNMPTable & table);