ports/net/openbgpd/files/patch-bgpctl_irr_asset.c
Hiroki Sato e06614b276 Update to 4.5.20090709 (from snapshot as of 2009/7/9).
Add support for nexthop with an IPv6 link-local address.  To
enable this, specify "interface" in bgpd.conf (see bgpd.conf(5)).
2009-07-19 07:31:04 +00:00

23 lines
815 B
C

Index: bgpctl/irr_asset.c
===================================================================
RCS file: /home/cvs/private/hrs/openbgpd/bgpctl/irr_asset.c,v
retrieving revision 1.1.1.1
retrieving revision 1.1.1.2
diff -u -p -r1.1.1.1 -r1.1.1.2
--- bgpctl/irr_asset.c 30 Jun 2009 05:46:15 -0000 1.1.1.1
+++ bgpctl/irr_asset.c 9 Jul 2009 16:49:55 -0000 1.1.1.2
@@ -1,4 +1,4 @@
-/* $OpenBSD: irr_asset.c,v 1.7 2007/03/31 12:46:55 henning Exp $ */
+/* $OpenBSD: irr_asset.c,v 1.8 2009/04/14 21:10:54 jj Exp $ */
/*
* Copyright (c) 2007 Henning Brauer <henning@openbsd.org>
@@ -105,7 +105,7 @@ asset_get(char *name)
break;
case T_AUTNUM:
/*
- * make a dummy as-set with the the AS both as name
+ * make a dummy as-set with the AS both as name
* and its only member
*/
asset_add_as(ass, name);