
L
ON
W
ORKS
Router User’s Guide
8-7
Group No Forward
This message clears the forwarding flag in the forwarding table for a given group in the
specified domain. If the
ram_or_eeprom
field is set, both the RAM and EEPROM
flags are cleared, otherwise only the RAM flag is cleared, allowing temporary control
of forwarding for a given group (see the
Router Status
message). This message is
conveyed via the Request-Response protocol. The configuration checksum in EEPROM is
updated if EEPROM is changed.
typedef struct {
unsigned unused1 : 1;
unsigned domain_index : 1;
unsigned unused2 : 5;
unsigned ram_or_eeprom : 1; // 0 => RAM, 1 => RAM + EEPROM
unsigned group;
} NM_rtr_group_nofwd_request;
Subnet No Forward
This message clears the forwarding flag in the forwarding table for a given subnet in
the specified domain. If the
ram_or_eeprom
field is set, both the RAM and EEPROM
flags are cleared, otherwise only the RAM flag is cleared, allowing temporary control
of forwarding for a given subnet. This message is conveyed via the Request-Response
protocol. The configuration checksum in EEPROM is updated if EEPROM is changed.
typedef struct {
unsigned unused1 : 1;
unsigned domain_index : 1;
unsigned unused2 : 5;
unsigned ram_or_eeprom : 1; // 0 => RAM, 1 => RAM + EEPROM
unsigned subnet;
} NM_rtr_subnet_nofwd_request;
Group or Subnet Table Report
This message is used to report the current settings of either group or subnet forwarding
tables in EEPROM or RAM for the specified domain for a single router side. The report
function is broken into eight byte sections. This message is conveyed via the Request-
Response protocol.
WARNING
: This message is only supported by router firmware version 5 or later.
Use of this message with earlier versions of the router firmware will cause the
router to become inoperable.