diff options
author | Renato Westphal <renato@cvs.openbsd.org> | 2015-10-03 18:57:12 +0000 |
---|---|---|
committer | Renato Westphal <renato@cvs.openbsd.org> | 2015-10-03 18:57:12 +0000 |
commit | 655f2d7f6ba9983ba001f5f45579f2e7494a9653 (patch) | |
tree | 31f7044a36eb5e65732393517695f219c1de3d0c /sys | |
parent | 759f0c827e6a37634f3d61fea7fd79adcd6eb655 (diff) |
Enable eigrpd(8) and eigrpctl(8) in the builds
ok deraadt@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/net/route.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/net/route.h b/sys/net/route.h index bc8205e7c8e..f1adf5c2ac7 100644 --- a/sys/net/route.h +++ b/sys/net/route.h @@ -1,4 +1,4 @@ -/* $OpenBSD: route.h,v 1.113 2015/09/11 21:27:49 mpi Exp $ */ +/* $OpenBSD: route.h,v 1.114 2015/10/03 18:57:11 renato Exp $ */ /* $NetBSD: route.h,v 1.9 1996/02/13 22:00:49 christos Exp $ */ /* @@ -152,6 +152,7 @@ struct rtentry { #define RTP_LOCAL 1 /* local address routes (must be the highest) */ #define RTP_CONNECTED 4 /* directly connected routes */ #define RTP_STATIC 8 /* static routes base priority */ +#define RTP_EIGRP 28 /* EIGRP routes */ #define RTP_OSPF 32 /* OSPF routes */ #define RTP_ISIS 36 /* IS-IS routes */ #define RTP_RIP 40 /* RIP routes */ |