Skip to content

Commit 3f578e7

Browse files
committed
Merge: ipv6: add exception routes to GC list in rt6_insert_exception
MR: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-10/-/merge_requests/731 JIRA: https://issues.redhat.com/browse/RHEL-39466 JIRA: https://issues.redhat.com/browse/RHEL-84411 Tested: compile only Signed-off-by: Xin Long <lxin@redhat.com> Approved-by: Hangbin Liu <haliu@redhat.com> Approved-by: Antoine Tenart <atenart@redhat.com> Merged-by: Julio Faracco <jfaracco@redhat.com>
2 parents 6a6a788 + 6c99493 commit 3f578e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

net/ipv6/route.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1737,6 +1737,7 @@ static int rt6_insert_exception(struct rt6_info *nrt,
17371737
if (!err) {
17381738
spin_lock_bh(&f6i->fib6_table->tb6_lock);
17391739
fib6_update_sernum(net, f6i);
1740+
fib6_add_gc_list(f6i);
17401741
spin_unlock_bh(&f6i->fib6_table->tb6_lock);
17411742
fib6_force_start_gc(net);
17421743
}

0 commit comments

Comments
 (0)