diff options
author | hasso <hasso> | 2003-12-23 11:51:08 +0000 |
---|---|---|
committer | hasso <hasso> | 2003-12-23 11:51:08 +0000 |
commit | 2097cd8a7a1322b2853f1b9cbbe7f39c436f553e (patch) | |
tree | ab849230440ac6429f6d2caea41d36cb893f0c8d /isisd/isis_constants.h | |
parent | 5a514b14c706d671a041862c072af08a2baab98e (diff) |
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 |