X-Git-Url: https://git.stg.codes/ssmd.git/blobdiff_plain/ae26516a8828d54ab7c0e0bca92031a54a15ed62..82a6c22158618bc1e7738bf08bf1b305179935dc:/include/switch.h 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);