View | Details | Raw Unified | Return to bug 191426 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	sendip
4
PORTNAME=	sendip
5
PORTVERSION=	2.5
5
PORTVERSION=	2.5
6
PORTREVISION=	3
6
PORTREVISION=	4
7
CATEGORIES=	net-mgmt ipv6
7
CATEGORIES=	net-mgmt ipv6
8
MASTER_SITES=	http://www.earth.li/projectpurple/files/
8
MASTER_SITES=	http://www.earth.li/projectpurple/files/
9
9
(-)files/patch-ripng.h (+11 lines)
Line 0 Link Here
1
--- ripng.h.orig	2014-07-25 00:06:01.000000000 +0200
2
+++ ripng.h	2014-07-25 00:06:18.000000000 +0200
3
@@ -15,7 +15,7 @@
4
 	struct in6_addr prefix;
5
 	u_int16_t tag;
6
 	u_int8_t len;
7
-	u_int8_t metric;
8
+	u_int16_t metric;
9
 } ripng_entry;
10
 
11
 /* Defines for which parts have been modified

Return to bug 191426