Typofix in variable name

This commit is contained in:
Pim van Pelt
2022-03-27 22:09:35 +00:00
parent 020c5f72e1
commit 4704780362

View File

@ -770,7 +770,7 @@ class Reconciler():
config_rx_ifname, config_rx_iface = interface.get_by_name(self.cfg, ifname) config_rx_ifname, config_rx_iface = interface.get_by_name(self.cfg, ifname)
config_tx_ifname, config_tx_iface = interface.get_by_name(self.cfg, config_rx_iface['l2xc']) config_tx_ifname, config_tx_iface = interface.get_by_name(self.cfg, config_rx_iface['l2xc'])
vpp_rx_iface = None vpp_rx_iface = None
vpp_rx_iface = None vpp_tx_iface = None
if config_rx_ifname in self.vpp.config['interface_names']: if config_rx_ifname in self.vpp.config['interface_names']:
vpp_rx_iface = self.vpp.config['interface_names'][config_rx_ifname] vpp_rx_iface = self.vpp.config['interface_names'][config_rx_ifname]
if config_tx_ifname in self.vpp.config['interface_names']: if config_tx_ifname in self.vpp.config['interface_names']: