From c5acb90dfcbe6ff78252ee59c9c31b3fe1506c38 Mon Sep 17 00:00:00 2001 From: Thomas Mangin Date: Fri, 18 Oct 2024 00:06:32 +0100 Subject: [PATCH] small json identification bug fix --- src/exabgp/reactor/api/command/rib.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/exabgp/reactor/api/command/rib.py b/src/exabgp/reactor/api/command/rib.py index d9466c291..d22f0668a 100644 --- a/src/exabgp/reactor/api/command/rib.py +++ b/src/exabgp/reactor/api/command/rib.py @@ -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