projects
/
project
/
netifd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5254114
)
device: fix DEV_OPT_SENDREDIRECTS definition
author
Hans Dedecker
<
[email protected]
>
Tue, 17 Jan 2017 09:10:50 +0000
(10:10 +0100)
committer
Hans Dedecker
<
[email protected]
>
Tue, 17 Jan 2017 09:37:37 +0000
(10:37 +0100)
Commit
abf52371db75eb449f12209ca1b7ffaa9d2baa22
adds sendredirects
device config support by defining DEV_OPT_SENDREDIRECTS. Fix definition
overlap of DEV_OPT_SENREDIRECTS with DEV_OPT_LEARNING.
Signed-off-by: Hans Dedecker <
[email protected]
>
device.h
patch
|
blob
|
history
diff --git
a/device.h
b/device.h
index 3c172ce34149bda505868c246cd078527c44d8fe..87236d427684f2d3132921988f0060e95536415f 100644
(file)
--- a/
device.h
+++ b/
device.h
@@
-102,7
+102,7
@@
enum {
DEV_OPT_UNICAST_FLOOD = (1 << 18),
DEV_OPT_NEIGHGCSTALETIME = (1 << 19),
DEV_OPT_MULTICAST_FAST_LEAVE = (1 << 20),
- DEV_OPT_SENDREDIRECTS = (1 <<
17
),
+ DEV_OPT_SENDREDIRECTS = (1 <<
21
),
};
/* events broadcasted to all users of a device */