Skip to content

Commit

Permalink
[NET] rtnetlink: Add RTPROT entry for Netsukuku.
Browse files Browse the repository at this point in the history
The Netsukuku daemon is using the same number to mark its routes, you
can see it here:
http://hinezumilabs.org/cgi-bin/viewcvs.cgi/netsukuku/src/krnl_route.h?rev=HEAD&content-type=text/vnd.viewcvs-markup

Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Alpt authored and David S. Miller committed Mar 21, 2006
1 parent c5ecd62 commit 99cae7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/linux/rtnetlink.h
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ enum
#define RTPROT_BIRD 12 /* BIRD */
#define RTPROT_DNROUTED 13 /* DECnet routing daemon */
#define RTPROT_XORP 14 /* XORP */
#define RTPROT_NTK 15 /* Netsukuku */

/* rtm_scope
Expand Down

0 comments on commit 99cae7f

Please sign in to comment.