diff options
author | hasso <hasso> | 2003-12-23 11:51:08 +0000 |
---|---|---|
committer | hasso <hasso> | 2003-12-23 11:51:08 +0000 |
commit | 059feb1c7e42ca29dede49b00c1073baf68b19b9 (patch) | |
tree | f784c66644dfb367b2c7237960f262a85cb5ad57 /isisd/isis_constants.h | |
parent | f8a631db73dcac5fe49305ff0c420617d97e102d (diff) | |
download | quagga-059feb1c7e42ca29dede49b00c1073baf68b19b9.tar.bz2 quagga-059feb1c7e42ca29dede49b00c1073baf68b19b9.tar.xz |
Some fixes to isisd done by me and Cougar in the spring of 2003. See
changelog for details.
Diffstat (limited to 'isisd/isis_constants.h')
-rw-r--r-- | isisd/isis_constants.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/isisd/isis_constants.h b/isisd/isis_constants.h index c5b59aa3..852b8a1f 100644 --- a/isisd/isis_constants.h +++ b/isisd/isis_constants.h @@ -82,6 +82,9 @@ */ #define NLPID_IP 204 #define NLPID_IPV6 142 +#define NLPID_SNAP 128 +#define NLPID_CLNP 129 +#define NLPID_ESIS 130 /* * Return values for functions |