pkgsrc/net/irrtoolset-nox11/patches/patch-dl
spz 772602ba16 sneaking in an update for a quite leafy package :)
- remove patches/patch-bv since if you use gmake it's for a generated file,
  even if the original tar contains it (and the diff grows rather large due
  to differing yacc versions)
- add irrd-cache-usage-patch by Hagen Boehm <hboehm@brutus.NIC.DTAG.DE>
- add JunOS @RtConfig import patch by Stan Barber <sob@academ.com>
- add IPv6 ACL list numbers patch by Timo Koehler <tkoehler@acm.org>
2007-12-31 09:15:14 +00:00

14 lines
560 B
Text

$NetBSD: patch-dl,v 1.1 2007/12/31 09:15:15 spz Exp $
--- src/RtConfig/f_cisco.hh.orig 2006-06-08 17:16:26.000000000 +0200
+++ src/RtConfig/f_cisco.hh
@@ -236,7 +236,9 @@ public:
extern AccessListManager<regexp_nf> aspathMgr;
extern AccessListManager<SetOfPrefix> prefixMgr;
+extern AccessListManager<SetOfIPv6Prefix> ipv6prefixMgr;
extern AccessListManager<SetOfPrefix> pktFilterMgr;
+extern AccessListManager<SetOfIPv6Prefix> ipv6pktFilterMgr;
extern AccessListManager<FilterOfCommunity> communityMgr;
#endif // F_CISCO_H