forked from Minki/linux
mlxsw: spectrum_router: Add support for route append
Handle append for gateway based routes. Dev-only multipath routes will be handled by a follow on patch. Signed-off-by: Ido Schimmel <idosch@mellanox.com> Signed-off-by: David Ahern <dsahern@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
e3bb946cd9
commit
5a15a1b07c
@ -5725,6 +5725,7 @@ static void mlxsw_sp_router_fib6_event_work(struct work_struct *work)
|
|||||||
|
|
||||||
switch (fib_work->event) {
|
switch (fib_work->event) {
|
||||||
case FIB_EVENT_ENTRY_REPLACE: /* fall through */
|
case FIB_EVENT_ENTRY_REPLACE: /* fall through */
|
||||||
|
case FIB_EVENT_ENTRY_APPEND: /* fall through */
|
||||||
case FIB_EVENT_ENTRY_ADD:
|
case FIB_EVENT_ENTRY_ADD:
|
||||||
replace = fib_work->event == FIB_EVENT_ENTRY_REPLACE;
|
replace = fib_work->event == FIB_EVENT_ENTRY_REPLACE;
|
||||||
err = mlxsw_sp_router_fib6_add(mlxsw_sp,
|
err = mlxsw_sp_router_fib6_add(mlxsw_sp,
|
||||||
@ -5831,6 +5832,7 @@ static void mlxsw_sp_router_fib6_event(struct mlxsw_sp_fib_event_work *fib_work,
|
|||||||
|
|
||||||
switch (fib_work->event) {
|
switch (fib_work->event) {
|
||||||
case FIB_EVENT_ENTRY_REPLACE: /* fall through */
|
case FIB_EVENT_ENTRY_REPLACE: /* fall through */
|
||||||
|
case FIB_EVENT_ENTRY_APPEND: /* fall through */
|
||||||
case FIB_EVENT_ENTRY_ADD: /* fall through */
|
case FIB_EVENT_ENTRY_ADD: /* fall through */
|
||||||
case FIB_EVENT_ENTRY_DEL:
|
case FIB_EVENT_ENTRY_DEL:
|
||||||
fen6_info = container_of(info, struct fib6_entry_notifier_info,
|
fen6_info = container_of(info, struct fib6_entry_notifier_info,
|
||||||
|
Loading…
Reference in New Issue
Block a user