Module: CiscoAclIntp::ExtAcl

Included in:
NamedExtAcl, NumberedExtAcl
Defined in:
lib/cisco_acl_intp/acl_category_base.rb

Overview

TODO:

Does it have to raise error if add_entry called with StandardAce?

Features for Extended ACL

Instance Method Summary collapse

Instance Method Details

#add_entry_by_params(opts) ⇒ Object

Generate a Extended ACE by parameters

and Add it to ACL

Parameters:



14
15
16
17
# File 'lib/cisco_acl_intp/acl_category_base.rb', line 14

def add_entry_by_params(opts)
  ace = ExtendedAce.new opts
  add_entry ace
end