summaryrefslogtreecommitdiffstats
path: root/contrib/tcpdump/ospf.h
diff options
context:
space:
mode:
authorfenner <fenner@FreeBSD.org>1998-09-15 19:36:32 +0000
committerfenner <fenner@FreeBSD.org>1998-09-15 19:36:32 +0000
commit577b5b88b39bedc51620403e37d7e98cceb75351 (patch)
tree0337896435e9b66ef64657e2d16795d6742ade2e /contrib/tcpdump/ospf.h
parentbb4a1148ba09f0189b5e65fcea051398897f2e65 (diff)
parentcfc42b58f229425374e675f86614cf26ffa356e4 (diff)
downloadFreeBSD-src-577b5b88b39bedc51620403e37d7e98cceb75351.zip
FreeBSD-src-577b5b88b39bedc51620403e37d7e98cceb75351.tar.gz
This commit was generated by cvs2svn to compensate for changes in r39297,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'contrib/tcpdump/ospf.h')
-rw-r--r--contrib/tcpdump/ospf.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/contrib/tcpdump/ospf.h b/contrib/tcpdump/ospf.h
index c111a90..eee7944 100644
--- a/contrib/tcpdump/ospf.h
+++ b/contrib/tcpdump/ospf.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 1991, 1993, 1994, 1995, 1996
+ * Copyright (c) 1991, 1993, 1994, 1995, 1996, 1997
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -36,6 +36,9 @@
/* ospf_authtype */
#define OSPF_AUTH_NONE 0 /* No auth-data */
#define OSPF_AUTH_SIMPLE 1 /* Simple password */
+#define OSPF_AUTH_MD5 2 /* MD5 authentication */
+#define OSPF_AUTH_MD5_LEN 16 /* length of MD5 authentication */
+
/* db_flags */
#define OSPF_DB_INIT 0x04 /* */
OpenPOWER on IntegriCloud