mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 11:46:19 +00:00
ipv4: remove unused macro (FIB_RES_RESET) from ip_fib.h.
Signed-off-by: Rami Rosen <ramirose@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
eb457f3692
commit
accc5b4f90
1 changed files with 0 additions and 2 deletions
|
@ -124,14 +124,12 @@ struct fib_result_nl {
|
|||
#ifdef CONFIG_IP_ROUTE_MULTIPATH
|
||||
|
||||
#define FIB_RES_NH(res) ((res).fi->fib_nh[(res).nh_sel])
|
||||
#define FIB_RES_RESET(res) ((res).nh_sel = 0)
|
||||
|
||||
#define FIB_TABLE_HASHSZ 2
|
||||
|
||||
#else /* CONFIG_IP_ROUTE_MULTIPATH */
|
||||
|
||||
#define FIB_RES_NH(res) ((res).fi->fib_nh[0])
|
||||
#define FIB_RES_RESET(res)
|
||||
|
||||
#define FIB_TABLE_HASHSZ 256
|
||||
|
||||
|
|
Loading…
Reference in a new issue