diff options
author | David Lamparter <equinox@diac24.net> | 2010-02-04 03:41:06 +0100 |
---|---|---|
committer | David Lamparter <equinox@diac24.net> | 2010-02-04 03:41:06 +0100 |
commit | 447a9a8dbde95fc6ce92691491ac193f0199e2cd (patch) | |
tree | 4bfce47ead136e60cc91df50c3e79e75ddd4c83d /lib/zebra.h | |
parent | 08e2c2ee9044a14f2cd9d382eec8f96189520160 (diff) | |
parent | 168595ff42c4046167b0fbae2770c037c854abd0 (diff) | |
download | quagga-447a9a8dbde95fc6ce92691491ac193f0199e2cd.tar.bz2 quagga-447a9a8dbde95fc6ce92691491ac193f0199e2cd.tar.xz |
Merge branch 'merged/pimd' into dn42
Conflicts:
lib/route_types.txt
Diffstat (limited to 'lib/zebra.h')
-rw-r--r-- | lib/zebra.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/zebra.h b/lib/zebra.h index b580934c..83f04294 100644 --- a/lib/zebra.h +++ b/lib/zebra.h @@ -1,5 +1,6 @@ /* Zebra common header. Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002 Kunihiro Ishiguro + Portions Copyright (c) 2008 Everton da Silva Marques <everton.marques@gmail.com> This file is part of GNU Zebra. @@ -421,7 +422,8 @@ struct in_pktinfo #define ZEBRA_ROUTER_ID_ADD 20 #define ZEBRA_ROUTER_ID_DELETE 21 #define ZEBRA_ROUTER_ID_UPDATE 22 -#define ZEBRA_MESSAGE_MAX 23 +#define ZEBRA_IPV4_NEXTHOP_LOOKUP_V2 23 +#define ZEBRA_MESSAGE_MAX 24 /* Marker value used in new Zserv, in the byte location corresponding * the command value in the old zserv header. To allow old and new |