Closed eurodomenii closed 7 years ago
@eurodomenii Thanks for your issue, I fix the bugs and add the examples as you mentioned. It's recommended that you could submit a PR to add your codes. ^_^
Thanks for the fix @imjoey . My contribution is limited to several examples... In the future, if I have something substantial, I'll commit.
Modify existing value example
Delete acl record example
Append example failure
the_fe_section.acls().append(config.ACL(acl_name, acl_value)) # append the ACL into the frontend section
fails with NameError: name 'config' is not definedFinally , a small observation
Should be _usebe.backendcondition
Btw, nice piece of software!