mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-06-23 00:29:59 +02:00
fix next_hop fix
This commit is contained in:
@ -184,7 +184,7 @@ def parse(data, raw=False, quiet=False):
|
|||||||
cleandata = data.splitlines()[1:]
|
cleandata = data.splitlines()[1:]
|
||||||
|
|
||||||
# fixup header row for ipv6
|
# fixup header row for ipv6
|
||||||
cleandata[0].replace('Next Hop', 'Next_Hop')
|
cleandata[0] = cleandata[0].replace('Next Hop', 'Next_Hop')
|
||||||
|
|
||||||
raw_output = []
|
raw_output = []
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user