+12
−0
+1
−1
net/ipv4/fib_notifier.c
0 → 100644
+86
−0
+8
−0
+6
−102
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
Jiri Pirko says:
====================
ipv4: fib: FIB notifications cleanup
Ido says:
The first patch moves the core FIB notification code to a separate file,
so that code related to FIB rules is placed in fib_rules.c and not
fib_trie.c. The reason for the change will become even more apparent in
follow-up patchset where we extend the FIB rules notifications.
Second patch removes a redundant argument.
====================
Signed-off-by:
David S. Miller <davem@davemloft.net>