Commit 5c68b2c4 authored by Tristan Gingold's avatar Tristan Gingold

wrtd-common.h: fix macro about local cpu/network.

parent 62310fa8
......@@ -55,7 +55,7 @@ inline static unsigned char wrtd_id_hash(const char *id)
return id[0] ^ id[3] ^ id[4] ^ id[7];
}
#define WRTD_DEST_CPU_LOCAL 0xff
#define WRTD_DEST_CPU_LOCAL 0xfe
#define WRTD_DEST_CH_NET 0xff
struct wrtd_rule_config {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment