arista-eosplus/rbeapi

system API may return incorrect value for iprouting when VRF present

Closed this issue · 0 comments

Given a VRF is present
And global ip routing is enabled
And ip routing is disabled for the vrf
Then node.api('system').get returns :iprouting=>false

!
vrf definition foo
   rd 100:100
!
ip routing
no ip routing vrf foo
!