Skip to content

Commit

Permalink
[IPV6] Minor cleanup: remove unused definitions in net/ip6_fib.h
Browse files Browse the repository at this point in the history
This patch removes some unused definitions and one method typedef
declaration (f_pnode)
in include/net/ip6_fib.h, as they are not used in the kernel.

Signed-off-by: Rami Rosen <ramirose@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Rami Rosen authored and David S. Miller committed Feb 8, 2008
1 parent bba536a commit 4e881a2
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions include/net/ip6_fib.h
Original file line number Diff line number Diff line change
Expand Up @@ -150,19 +150,6 @@ struct rt6_statistics {
*
*/

#define RTPRI_FIREWALL 8 /* Firewall control information */
#define RTPRI_FLOW 16 /* Flow based forwarding rules */
#define RTPRI_KERN_CTL 32 /* Kernel control routes */

#define RTPRI_USER_MIN 256 /* Mimimum user priority */
#define RTPRI_USER_MAX 1024 /* Maximum user priority */

#define RTPRI_KERN_DFLT 4096 /* Kernel default routes */

#define MAX_FLOW_BACKTRACE 32


typedef void (*f_pnode)(struct fib6_node *fn, void *);

struct fib6_table {
struct hlist_node tb6_hlist;
Expand Down

0 comments on commit 4e881a2

Please sign in to comment.