arista-eosplus / rbeapi

Ruby client for Arista eAPI
BSD 3-Clause "New" or "Revised" License
16 stars 16 forks source link

add eAPI versioning option #179

Closed kakkotetsu closed 5 years ago

kakkotetsu commented 5 years ago

Usage Sample

Add option version, default is 1.

require 'rbeapi/client

node = Rbeapi::Client.connect_to("192.0.2.1")
node.enable('show ipv6 bgp summary', 'version': 'latest')
eosplus-jenkins commented 5 years ago

Can one of the admins verify this patch?