summaryrefslogtreecommitdiff
path: root/net/openbgpd/files/patch-bgpd_pftable.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/openbgpd/files/patch-bgpd_pftable.c')
-rw-r--r--net/openbgpd/files/patch-bgpd_pftable.c17
1 files changed, 0 insertions, 17 deletions
diff --git a/net/openbgpd/files/patch-bgpd_pftable.c b/net/openbgpd/files/patch-bgpd_pftable.c
deleted file mode 100644
index ee6a1ea2750c..000000000000
--- a/net/openbgpd/files/patch-bgpd_pftable.c
+++ /dev/null
@@ -1,17 +0,0 @@
-Index: bgpd/pftable.c
-===================================================================
-RCS file: /home/cvs/private/hrs/openbgpd/bgpd/pftable.c,v
-retrieving revision 1.1.1.5
-retrieving revision 1.1.1.7
-diff -u -p -r1.1.1.5 -r1.1.1.7
---- bgpd/pftable.c 14 Feb 2010 20:19:57 -0000 1.1.1.5
-+++ bgpd/pftable.c 13 Oct 2012 18:22:44 -0000 1.1.1.7
-@@ -214,7 +214,7 @@ pftable_add_work(const char *table, stru
-
- bzero(pfa, sizeof(*pfa));
- memcpy(&pfa->pfra_u, &addr->ba, (len + 7U) / 8);
-- pfa->pfra_af = addr->af;
-+ pfa->pfra_af = aid2af(addr->aid);
- pfa->pfra_net = len;
-
- pft->naddrs++;