We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63d55b6 commit a9273d0Copy full SHA for a9273d0
1 file changed
python-avd/pyavd/_eos_designs/structured_config/underlay/utils.py
@@ -82,7 +82,7 @@ def _underlay_links(self: AvdStructuredConfigUnderlayProtocol) -> EosDesignsFact
82
underlay_multicast_pim_sm=uplink.underlay_multicast_pim_sm,
83
underlay_multicast_static=uplink.underlay_multicast_static,
84
ipv6_enable=uplink.ipv6_enable,
85
- sflow_enabled=self._get_sflow(uplink.peer_interface, self.inputs.fabric_sflow.downlinks),
+ sflow_enabled=self.inputs.fabric_sflow.downlinks,
86
flow_tracking=downlinks_flow_tracking,
87
spanning_tree_portfast=uplink.peer_spanning_tree_portfast,
88
ethernet_structured_config=uplink.peer_ethernet_structured_config,
0 commit comments