summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tcpdump/ospf.h
diff options
context:
space:
mode:
authorreyk <reyk@openbsd.org>2007-06-14 03:23:49 +0000
committerreyk <reyk@openbsd.org>2007-06-14 03:23:49 +0000
commit77af516fbf64b1179fbf725bc421a3951dd1a3be (patch)
tree76dd51392bf0f42f3af4140b9ed18d1cc6b3079f /usr.sbin/tcpdump/ospf.h
parent- shorten -c's argument name to avoid ugly line split (diff)
downloadwireguard-openbsd-77af516fbf64b1179fbf725bc421a3951dd1a3be.tar.xz
wireguard-openbsd-77af516fbf64b1179fbf725bc421a3951dd1a3be.zip
The External Route Tag for AS-External-LSAs can be an arbitrary 32bit
value and doesn't need to be an IPv4 address. It is more like a vendor-specific field. as discussed with claudio after looking into rfc2328
Diffstat (limited to 'usr.sbin/tcpdump/ospf.h')
-rw-r--r--usr.sbin/tcpdump/ospf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/tcpdump/ospf.h b/usr.sbin/tcpdump/ospf.h
index 272901e5232..3013eb96a4f 100644
--- a/usr.sbin/tcpdump/ospf.h
+++ b/usr.sbin/tcpdump/ospf.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ospf.h,v 1.8 2000/10/03 14:31:56 ho Exp $ */
+/* $OpenBSD: ospf.h,v 1.9 2007/06/14 03:23:49 reyk Exp $ */
/*
* Copyright (c) 1991, 1993, 1994, 1995, 1996, 1997
@@ -141,7 +141,7 @@ struct lsa {
struct aslametric {
u_int32_t asla_tosmetric;
struct in_addr asla_forward;
- struct in_addr asla_tag;
+ u_int32_t asla_tag;
} asla_metric[1]; /* may repeat */
} un_asla;