From cd7af8958b703dde9f75d8ded37106d420d37c7b Mon Sep 17 00:00:00 2001 From: pilot Date: Mon, 13 Aug 2007 16:03:06 +0000 Subject: Merged own patch for the bug #391 (debugging and comments mostly). --- lib/zebra.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/zebra.h') diff --git a/lib/zebra.h b/lib/zebra.h index 2c7edd92..150aa2c5 100644 --- a/lib/zebra.h +++ b/lib/zebra.h @@ -454,10 +454,12 @@ extern const char *zserv_command_string (unsigned int command); #define ZEBRA_FAMILY_MAX 3 /* Error codes of zebra. */ +#define ZEBRA_ERR_NOERROR 0 #define ZEBRA_ERR_RTEXIST -1 #define ZEBRA_ERR_RTUNREACH -2 #define ZEBRA_ERR_EPERM -3 #define ZEBRA_ERR_RTNOEXIST -4 +#define ZEBRA_ERR_KERNEL -5 /* Zebra message flags */ #define ZEBRA_FLAG_INTERNAL 0x01 -- cgit v1.2.3