From e03102dbcb4d28cfa54740a8d9824d3c6324d97b Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Thu, 14 Mar 2019 14:29:15 -0700 Subject: Clean out some unnecessarily pedantic auth stuff in favor of a simpler way of gating multicast gathers. --- node/Network.hpp | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'node/Network.hpp') diff --git a/node/Network.hpp b/node/Network.hpp index a8c5ea1f..eec016c0 100644 --- a/node/Network.hpp +++ b/node/Network.hpp @@ -290,6 +290,11 @@ public: return ((br) ? *br : Address()); } + /** + * @return True if QoS is in effect for this network + */ + inline bool qosEnabled() { return false; } + /** * Set a bridge route * @@ -298,13 +303,6 @@ public: */ void learnBridgeRoute(const MAC &mac,const Address &addr); - /** - * Whether QoS is in effect for this network - */ - bool QoSEnabled() { - return false; - } - /** * Learn a multicast group that is bridged to our tap device * -- cgit v1.2.3