summaryrefslogtreecommitdiffstats
path: root/proto/ospf/ospf.h
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2000-06-06 03:23:03 +0200
committerOndrej Filip <feela@network.cz>2000-06-06 03:23:03 +0200
commitc1824c4d4c7753246ba26d27c7a3b7be3006d46b (patch)
tree428682b51c5ae4ed3f5d2523ab24a35d78cfde68 /proto/ospf/ospf.h
parentfef1badfcfb0519cca10f3561e5cb79ef9f9e969 (diff)
downloadbird-c1824c4d4c7753246ba26d27c7a3b7be3006d46b.tar
bird-c1824c4d4c7753246ba26d27c7a3b7be3006d46b.zip
Simple autentication added.
Diffstat (limited to 'proto/ospf/ospf.h')
-rw-r--r--proto/ospf/ospf.h5
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;
};