aboutsummaryrefslogtreecommitdiffstats
path: root/afn.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-08-24 10:22:29 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-08-24 10:22:29 +0000
commitaf8f9042cb1b3566cf8916ed69c4c68e6fd2616f (patch)
tree09b52d4a9cc6266aeb385980e5b5e1d21f9fa2bd /afn.h
parent0244a753d9e7bb4f42714f66e971014421cfe035 (diff)
From Hannes Gredler:
Basic support for AFI & Extd communities in draft-kompella-ppvpn-l2vpn More robust handling for unknown AFIs in BGP MP(UN)REACH NLRIs Fix typos. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@6079 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'afn.h')
-rw-r--r--afn.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/afn.h b/afn.h
index 09f4bba261..32364ed418 100644
--- a/afn.h
+++ b/afn.h
@@ -1,7 +1,7 @@
/* afn.h
* RFC 1700 address family numbers
*
- * $Id: afn.h,v 1.1 2001/07/21 10:27:12 guy Exp $
+ * $Id: afn.h,v 1.2 2002/08/24 10:22:29 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -41,7 +41,8 @@
#define AFNUM_DECNET 13
#define AFNUM_BANYAN 14
#define AFNUM_E164NSAP 15
-
+/* draft-kompella-ppvpn-l2vpn */
+#define AFNUM_L2VPN 196
extern const value_string afn_vals[];
#endif /* __AFN_H__ */