diff options
author | pilot <pilot> | 2007-08-13 16:03:06 +0000 |
---|---|---|
committer | pilot <pilot> | 2007-08-13 16:03:06 +0000 |
commit | 56152f1d3a60292b87970e124f611dd08cb6e0b9 (patch) | |
tree | 05905bd97e33fc18891348df7753d718344a84e7 /lib/zebra.h | |
parent | 2707a5a83925d6e7b1e9b55705dc08b37a45bf05 (diff) | |
download | quagga-56152f1d3a60292b87970e124f611dd08cb6e0b9.tar.bz2 quagga-56152f1d3a60292b87970e124f611dd08cb6e0b9.tar.xz |
Merged own patch for the bug #391 (debugging and comments mostly).
Diffstat (limited to 'lib/zebra.h')
-rw-r--r-- | lib/zebra.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 |