Method: CiscoAclIntp::StdAcl#add_entry_by_params

Defined in:
lib/cisco_acl_intp/acl_category_base.rb

#add_entry_by_params(opts) ⇒ Object

Generate a Standard ACE by parameters

and Add it to ACL


27
28
29
30
# File 'lib/cisco_acl_intp/acl_category_base.rb', line 27

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