From c1824c4d4c7753246ba26d27c7a3b7be3006d46b Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Tue, 6 Jun 2000 01:23:03 +0000 Subject: Simple autentication added. --- proto/ospf/ospf.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'proto/ospf/ospf.h') 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; }; -- cgit v1.2.3