Skip to content

Commit

Permalink
small json identification bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-mangin committed Oct 17, 2024
1 parent f30ab92 commit c5acb90
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/exabgp/reactor/api/command/rib.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ def show_adj_rib(self, reactor, service, line, use_json):
elif 'l2vpn' in words:
klass = (VPLS, EVPN)

use_json = False
if 'json' in words:
words.remove('json')
use_json = True
Expand Down

0 comments on commit c5acb90

Please sign in to comment.