Method: Cisco::RouterBgpAF#redistribute
- Defined in:
- lib/cisco_node_utils/bgp_af.rb
#redistribute ⇒ Object
Build an array of all redistribute commands currently on the device
453 454 455 456 |
# File 'lib/cisco_node_utils/bgp_af.rb', line 453 def redistribute c = config_get('bgp_af', 'redistribute', @get_args) c.nil? ? nil : c.each(&:compact!).sort end |