diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-06-14 07:57:39 -0400 |
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-08-14 20:02:05 +0000 |
| commit | 9023454067e0d18fd6a8d108e990841ed913cfcd (patch) | |
| tree | 884768db18b61dff153880adfd064af95516e809 /lib/ferr.h | |
| parent | 7b526b616873cf360e690955e2ab36c2d9f04507 (diff) | |
lib: Allow adding arrays of ferr's
Simplify addition of new messages to the system by allow passage of
arrays of data, instead of one at a time.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'lib/ferr.h')
| -rw-r--r-- | lib/ferr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ferr.h b/lib/ferr.h index 5efdc6bd6b..7e38fa4550 100644 --- a/lib/ferr.h +++ b/lib/ferr.h @@ -104,6 +104,7 @@ struct ferr { #define OSPF_FERR_END 0x03FFFFFF #define ZEBRA_FERR_START 0x04000001 #define ZEBRA_FERR_END 0x04FFFFFF +#define END_FERR 0xFFFFFFFF struct ferr_ref { /* Unique error code displayed to end user as a reference. -1 means |
