Add rebroadcast mode to ignore non-standard portnum traffic

This commit is contained in:
Ben Meadors 2024-10-21 05:05:25 -05:00
parent 0fed5c7709
commit e09bd361a4

View file

@ -131,6 +131,12 @@ message Config {
* Only permitted for SENSOR, TRACKER and TAK_TRACKER roles, this will inhibit all rebroadcasts, not unlike CLIENT_MUTE role.
*/
NONE = 4;
/*
* Ignores packets from non-standard portnums such as: TAK, RangeTest, PaxCounter, etc.
* Only rebroadcasts packets with standard portnums: NodeInfo, Text, Position, Telemetry, and Routing.
*/
CORE_PORTNUMS_ONLY = 5;
}
/*