Cleanup and fix flushing of L2 UC entries

This commit is contained in:
logicog
2025-08-24 19:26:24 +02:00
parent 81b7e4fa87
commit ef742f8f19
3 changed files with 29 additions and 21 deletions
+5
View File
@@ -7,6 +7,11 @@
// This has to be set to the number of SFP+ ports, i.e. 1 or 2
#define NSFP 2
// Define Port-masks for 9-port devices and 6-port devices
#define PMASK_9 0x1ff
#define PMASK_6 0x1f8
#define PMASK_CPU 0x200
// The serial buffer. Defines the command line size
// Must be 2^x and <= 128
#define SBUF_SIZE 128