diff options
| author | Amit Pundir <amit.pundir@linaro.org> | 2017-01-02 13:54:49 +0530 |
|---|---|---|
| committer | Amit Pundir <amit.pundir@linaro.org> | 2017-01-02 13:54:59 +0530 |
| commit | 9392770aa38bd8dce937c49440d161168794b55a (patch) | |
| tree | 89b3ca7584472884eadadacce95a1dcb88d6fd7b /include | |
| parent | 7d69300b5199a80f9d5ca6a8a60b5152d602fee0 (diff) | |
Revert "ANDROID: net: fib: remove duplicate assignment"
This reverts commit 439bce3122de3963d6911c8514fd49b0fadfe989.
Bug: 16355602
Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
Diffstat (limited to 'include')
| -rw-r--r-- | include/net/fib_rules.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/fib_rules.h b/include/net/fib_rules.h index bdd985f41022..55b5419cb6a7 100644 --- 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 }, \ |
