diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-24 22:59:05 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-24 22:59:05 +0000 |
commit | 6cd9b0ad02d612d86c912f859f5b599046e51c30 (patch) | |
tree | 9e2ad2ee681939fbfb2e68bfdd33b391667065e0 /net-mgmt/sendip | |
parent | a28c38f247a122901b1974532a70c3471c7b6f12 (diff) | |
download | ports-6cd9b0ad02d612d86c912f859f5b599046e51c30.tar.gz ports-6cd9b0ad02d612d86c912f859f5b599046e51c30.zip |
Notes
Diffstat (limited to 'net-mgmt/sendip')
-rw-r--r-- | net-mgmt/sendip/files/patch-ripng.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-mgmt/sendip/files/patch-ripng.h b/net-mgmt/sendip/files/patch-ripng.h new file mode 100644 index 000000000000..a5d393ce3750 --- /dev/null +++ b/net-mgmt/sendip/files/patch-ripng.h @@ -0,0 +1,11 @@ +--- ripng.h.orig 2014-07-25 00:06:01.000000000 +0200 ++++ ripng.h 2014-07-25 00:06:18.000000000 +0200 +@@ -15,7 +15,7 @@ + struct in6_addr prefix; + u_int16_t tag; + u_int8_t len; +- u_int8_t metric; ++ u_int16_t metric; + } ripng_entry; + + /* Defines for which parts have been modified |