Support advertised networks in bgp protocol (#34728)

Signed-off-by: Samer Deeb <samerd@mellanox.com>
This commit is contained in:
Samer Deeb
2018-01-11 09:40:39 -08:00
committed by John R Barker
parent fcf6da0a9d
commit cb206abea3
4 changed files with 123 additions and 30 deletions

View File

@@ -141,7 +141,7 @@ def get_interfaces_config(module, interface_type, flags=None, json_fmt=True):
def get_bgp_summary(module):
cmd = "show ip bgp summary"
cmd = "show running-config protocol bgp"
return show_cmd(module, cmd, json_fmt=False, fail_on_error=False)