projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d69300
)
Revert "ANDROID: net: fib: remove duplicate assignment"
author
Amit Pundir
<amit.pundir@linaro.org>
Mon, 2 Jan 2017 08:24:49 +0000
(13:54 +0530)
committer
Amit Pundir
<amit.pundir@linaro.org>
Mon, 2 Jan 2017 08:24:59 +0000
(13:54 +0530)
This reverts commit
439bce3122de3963d6911c8514fd49b0fadfe989
.
Bug:
16355602
Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
include/net/fib_rules.h
patch
|
blob
|
history
diff --git
a/include/net/fib_rules.h
b/include/net/fib_rules.h
index bdd985f41022416ea04594b2a4ae7b6676d1d111..55b5419cb6a7909ed0723b09c6608b30d7a33843 100644
(file)
--- a/
include/net/fib_rules.h
+++ b/
include/net/fib_rules.h
@@
-89,6
+89,7
@@
struct fib_rules_ops {
[FRA_FWMARK] = { .type = NLA_U32 }, \
[FRA_FWMASK] = { .type = NLA_U32 }, \
[FRA_TABLE] = { .type = NLA_U32 }, \
+ [FRA_GOTO] = { .type = NLA_U32 }, \
[FRA_UID_START] = { .type = NLA_U32 }, \
[FRA_UID_END] = { .type = NLA_U32 }, \
[FRA_SUPPRESS_PREFIXLEN] = { .type = NLA_U32 }, \