commit | 1cbc562b0c9f849639e2d95718ad823f6bc7877f | [log] [tgz] |
---|---|---|
author | hasso <hasso> | Sat Jan 01 10:29:51 2005 +0000 |
committer | hasso <hasso> | Sat Jan 01 10:29:51 2005 +0000 |
tree | 5342d496488c56aeb34ab12f26e5ad2dd9865d92 | |
parent | 3dc56b5bd3fa2aacc427505feaa9cd1366e7ebe8 [diff] [blame] |
Make authentication of SNPs work correctly - ie. conditionally like it is in IOS.
diff --git a/isisd/isis_common.h b/isisd/isis_common.h index 7a0768a..2633855 100644 --- a/isisd/isis_common.h +++ b/isisd/isis_common.h
@@ -37,6 +37,10 @@ #define ISIS_PASSWD_TYPE_CLEARTXT 1 #define ISIS_PASSWD_TYPE_PRIVATE 255 u_char type; + /* Authenticate SNPs? */ +#define SNP_AUTH_SEND 0x01 +#define SNP_AUTH_RECV 0x02 + u_char snp_auth; u_char passwd[255]; };