mirror of
https://git.freebsd.org/ports.git
synced 2025-06-25 14:40:32 -04:00
- openbgpd version 6.5p0 was the "portable" version, which specifically does *not* support kernel routing updates. - Therefore this is only suitable for route servers/collectors, not for production use in routers. This significantly violates POLA :) PR: 213445 Submitted by: Oliver H <oliver@watershed.co.uk>
14 lines
564 B
C
14 lines
564 B
C
Index: bgpd/name2id.c
|
|
===================================================================
|
|
RCS file: /home/cvs/private/hrs/openbgpd/bgpd/name2id.c,v
|
|
retrieving revision 1.1.1.2
|
|
retrieving revision 1.1.1.3
|
|
diff -u -p -r1.1.1.2 -r1.1.1.3
|
|
--- bgpd/name2id.c 9 Jul 2009 16:49:54 -0000 1.1.1.2
|
|
+++ bgpd/name2id.c 13 Oct 2012 18:22:43 -0000 1.1.1.3
|
|
@@ -1,4 +1,4 @@
|
|
-/* $OpenBSD: name2id.c,v 1.9 2009/06/04 04:46:42 claudio Exp $ */
|
|
+/* $OpenBSD: name2id.c,v 1.8 2009/05/17 12:25:15 claudio Exp $ */
|
|
|
|
/*
|
|
* Copyright (c) 2004, 2005 Henning Brauer <henning@openbsd.org>
|