Switch: Store the actual 1-based group number on the config file, and add min/max group defines

This commit is contained in:
RichardG867
2026-01-07 22:07:00 -03:00
parent 026ce292fb
commit 06c3186858
4 changed files with 13 additions and 9 deletions

View File

@@ -60,6 +60,8 @@
#define NET_QUEUE_COUNT 4
#define NET_CARD_MAX 4
#define NET_HOST_INTF_MAX 64
#define NET_SWITCH_GRP_MIN 1
#define NET_SWITCH_GRP_MAX 10
#define NET_PERIOD_10M 0.8
#define NET_PERIOD_100M 0.08