napalm-automation / napalm-ios

Apache License 2.0
31 stars 40 forks source link

For BGP neighbor information (determine if address family is not negotiated) #156

Closed ktbyers closed 6 years ago

ktbyers commented 7 years ago

Decide how to handle this case:

Now, we probably want to signal if an AF is negotiated or not. We have 
two solutions IMHO:
a. Easiest would be to not return it at all. After all, get_bgp_neighbors 
returns state, not configuration.
b. Alternatively, we could also discuss adding a capabilities field where 
we list which capabilities were negotiated successfully.
ktbyers commented 7 years ago

See this issue:

https://github.com/napalm-automation/napalm-ios/pull/153

mirceaulinic commented 6 years ago

Moved to https://github.com/napalm-automation/napalm/issues/459