diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-06-18 14:56:15 -0400 | 
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-08-14 20:02:05 +0000 | 
| commit | 54ece69899efe2a5713f3e28c7afa2075990d405 (patch) | |
| tree | 197ca853121f7db27afc60eb372b28842619d952 /isisd/subdir.am | |
| parent | 38937bd540f3c867af21935578c264905c7846cd (diff) | |
isisd: Add isis_errors and generate custom Error Codes
Generate appropriate error codes for ISIS.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'isisd/subdir.am')
| -rw-r--r-- | isisd/subdir.am | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/isisd/subdir.am b/isisd/subdir.am index 7b56715fa9..7b8be46167 100644 --- a/isisd/subdir.am +++ b/isisd/subdir.am @@ -15,6 +15,7 @@ isisd_libisis_a_SOURCES = \  	isisd/isis_csm.c \  	isisd/isis_dr.c \  	isisd/isis_dynhn.c \ +	isisd/isis_errors.c \  	isisd/isis_events.c \  	isisd/isis_flags.c \  	isisd/isis_lsp.c \ @@ -44,6 +45,7 @@ noinst_HEADERS += \  	isisd/isis_csm.h \  	isisd/isis_dr.h \  	isisd/isis_dynhn.h \ +	isisd/isis_errors.h \  	isisd/isis_events.h \  	isisd/isis_flags.h \  	isisd/isis_lsp.h \  | 
