diff --git a/src/apex/routing/route.py b/src/apex/routing/route.py index 6e615b10b4f02c0a513edda57beeb5fc10336cd7..9a8fa2816831212eb611966b816faf3709dcc284 100644 --- a/src/apex/routing/route.py +++ b/src/apex/routing/route.py @@ -13,6 +13,7 @@ __license__ = 'Apache License, Version 2.0' __copyright__ = 'Copyright 2016, Syncleus, Inc. and contributors' __credits__ = [] + def has_seen(port_map, frame): # Can't digipeat anything when you are the source for port in port_map.values():