Method: Rbeapi::Api::Acl#delete
- Defined in:
- lib/rbeapi/api/acl.rb
#delete(name) ⇒ Boolean
delete will delete an existing ACL resource from the nodes current running configuration. If the delete method is called and the ACL does not exist, this method will succeed.
Commands
no ip access-list standard <name>
222 223 224 |
# File 'lib/rbeapi/api/acl.rb', line 222 def delete(name) configure("no ip access-list standard #{name}") end |