Method: IControl::LocalLB::ProfileFastL4#set_hardware_syn_cookie_state
- Defined in:
- lib/icontrol/local_lb/profile_fast_l4.rb
#set_hardware_syn_cookie_state(opts) ⇒ Object
Sets the state to enable/disable support for hardware SYN cookie.
406 407 408 409 |
# File 'lib/icontrol/local_lb/profile_fast_l4.rb', line 406 def (opts) opts = check_params(opts,[:states]) super(opts) end |