diff options
author | Ondrej Filip <feela@network.cz> | 2000-06-06 03:23:03 +0200 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2000-06-06 03:23:03 +0200 |
commit | c1824c4d4c7753246ba26d27c7a3b7be3006d46b (patch) | |
tree | 428682b51c5ae4ed3f5d2523ab24a35d78cfde68 /proto/ospf/ospf.h | |
parent | fef1badfcfb0519cca10f3561e5cb79ef9f9e969 (diff) | |
download | bird-c1824c4d4c7753246ba26d27c7a3b7be3006d46b.tar bird-c1824c4d4c7753246ba26d27c7a3b7be3006d46b.zip |
Simple autentication added.
Diffstat (limited to 'proto/ospf/ospf.h')
-rw-r--r-- | proto/ospf/ospf.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/proto/ospf/ospf.h b/proto/ospf/ospf.h index 65bb605..3d5d1df 100644 --- a/proto/ospf/ospf.h +++ b/proto/ospf/ospf.h @@ -377,6 +377,11 @@ struct ospf_iface_patt { int waitint; int deadc; int type; + int autype; +#define AU_NONE 0 +#define AU_SIMPLE 1 +#define AU_CRYPT 2 + u8 password[8]; list nbma_list; }; |