Skip to content

Commit 1c082bf

Browse files
committed
iproute2: bumped to 4.18.0
1 parent 56eb04e commit 1c082bf

15 files changed

+143
-147
lines changed

diffs/work/iproute2-4.16.0/D7000_V1.0.1.68_work_iproute2-4.16.0-003-fix_compile_error_lib.diff

Lines changed: 0 additions & 11 deletions
This file was deleted.

diffs/work/iproute2-4.16.0/D7000_V1.0.1.68_work_iproute2-4.16.0-900-drop_failed_policy.diff

Lines changed: 0 additions & 32 deletions
This file was deleted.

diffs/work/iproute2-4.16.0/D7000_V1.0.1.68_work_iproute2-4.16.0-911-fix_in_h_include.diff

Lines changed: 0 additions & 11 deletions
This file was deleted.

diffs/work/iproute2-4.16.0/D7000_V1.0.1.68_work_iproute2-4.16.0-000-makefile.diff renamed to diffs/work/iproute2-4.18.0/D7000_V1.0.1.68_work_iproute2-4.18.0-000-makefile.diff

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
diff -urN work/iproute2-4.16.0/Makefile work/iproute2-4.16.0/Makefile
2-
--- work/iproute2-4.16.0/Makefile 2017-02-20 17:47:52.000000000 +0100
3-
+++ work/iproute2-4.16.0/Makefile 2017-04-01 12:47:22.848442441 +0200
1+
diff -urN work/iproute2-4.18.0/Makefile work/iproute2-4.18.0/Makefile
2+
--- work/iproute2-4.18.0/Makefile 2018-08-13 21:11:32.000000000 +0200
3+
+++ work/iproute2-4.18.0/Makefile 2018-10-06 23:26:15.681053749 +0200
44
@@ -1,5 +1,6 @@
55
# SPDX-License-Identifier: GPL-2.0
66
# Top level Makefile for iproute2
77
+include ../Rules.mak
88

99
ifeq ("$(origin V)", "command line")
1010
VERBOSE = $(V)
11-
@@ -21,7 +22,7 @@
11+
@@ -23,7 +24,7 @@
1212
DOCDIR?=$(DATADIR)/doc/iproute2
1313
MANDIR?=$(DATADIR)/man
1414
ARPDDIR?=/var/lib/arpd
@@ -17,7 +17,7 @@ diff -urN work/iproute2-4.16.0/Makefile work/iproute2-4.16.0/Makefile
1717
BASH_COMPDIR?=$(DATADIR)/bash-completion/completions
1818

1919
# Path to db_185.h include
20-
@@ -45,19 +46,19 @@
20+
@@ -49,19 +50,19 @@
2121
#options for mpls
2222
ADDLIB+=mpls_ntop.o mpls_pton.o
2323

@@ -39,9 +39,9 @@ diff -urN work/iproute2-4.16.0/Makefile work/iproute2-4.16.0/Makefile
3939
-SUBDIRS=lib ip tc bridge misc netem genl tipc devlink rdma man
4040
+SUBDIRS=lib ip tc
4141

42-
LIBNETLINK=../lib/libnetlink.a ../lib/libutil.a
42+
LIBNETLINK=../lib/libutil.a ../lib/libnetlink.a
4343
LDLIBS += $(LIBNETLINK)
44-
@@ -65,27 +66,21 @@
44+
@@ -69,27 +70,21 @@
4545
all: config.mk
4646
@set -e; \
4747
for i in $(SUBDIRS); \
@@ -80,7 +80,7 @@ diff -urN work/iproute2-4.16.0/Makefile work/iproute2-4.16.0/Makefile
8080

8181
snapshot:
8282
echo "static const char SNAPSHOT[] = \""`date +%y%m%d`"\";" \
83-
@@ -105,4 +100,17 @@
83+
@@ -109,4 +104,17 @@
8484
cscope:
8585
cscope -b -q -R -Iinclude -sip -slib -smisc -snetem -stc
8686

diffs/work/iproute2-4.16.0/D7000_V1.0.1.68_work_iproute2-4.16.0-001-sercomm_netgear_orig.diff renamed to diffs/work/iproute2-4.18.0/D7000_V1.0.1.68_work_iproute2-4.18.0-001-sercomm_netgear_orig.diff

Lines changed: 46 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
diff -urN work/iproute2-4.16.0/include/uapi/linux/fib_rules.h work/iproute2-4.16.0/include/uapi/linux/fib_rules.h
2-
--- work/iproute2-4.16.0/include/uapi/linux/fib_rules.h 2018-04-02 19:06:08.000000000 +0200
3-
+++ work/iproute2-4.16.0/include/uapi/linux/fib_rules.h 2018-04-20 21:08:59.358439672 +0200
4-
@@ -54,6 +54,9 @@
1+
diff -urN work/iproute2-4.18.0/include/uapi/linux/fib_rules.h work/iproute2-4.18.0/include/uapi/linux/fib_rules.h
2+
--- work/iproute2-4.18.0/include/uapi/linux/fib_rules.h 2018-04-02 19:06:08.000000000 +0200
3+
+++ work/iproute2-4.18.0/include/uapi/linux/fib_rules.h 2018-04-20 21:08:59.358439672 +0200
4+
@@ -59,6 +59,9 @@
55
FRA_SUPPRESS_PREFIXLEN,
66
FRA_TABLE, /* Extended table id */
77
FRA_FWMASK, /* mask for netfilter mark */
@@ -11,9 +11,9 @@ diff -urN work/iproute2-4.16.0/include/uapi/linux/fib_rules.h work/iproute2-4.16
1111
FRA_OIFNAME,
1212
FRA_PAD,
1313
FRA_L3MDEV, /* iif or oif is l3mdev goto its table */
14-
diff -urN work/iproute2-4.16.0/include/uapi/linux/netfilter_ipv4/ip_tables.h work/iproute2-4.16.0/include/uapi/linux/netfilter_ipv4/ip_tables.h
15-
--- work/iproute2-4.16.0/include/uapi/linux/netfilter_ipv4/ip_tables.h 2018-04-02 19:06:08.000000000 +0200
16-
+++ work/iproute2-4.16.0/include/uapi/linux/netfilter_ipv4/ip_tables.h 2018-04-20 21:17:03.765089515 +0200
14+
diff -urN work/iproute2-4.18.0/include/uapi/linux/netfilter_ipv4/ip_tables.h work/iproute2-4.18.0/include/uapi/linux/netfilter_ipv4/ip_tables.h
15+
--- work/iproute2-4.18.0/include/uapi/linux/netfilter_ipv4/ip_tables.h 2018-04-02 19:06:08.000000000 +0200
16+
+++ work/iproute2-4.18.0/include/uapi/linux/netfilter_ipv4/ip_tables.h 2018-04-20 21:17:03.765089515 +0200
1717
@@ -15,47 +15,130 @@
1818

1919
#ifndef _IPTABLES_H
@@ -360,10 +360,18 @@ diff -urN work/iproute2-4.16.0/include/uapi/linux/netfilter_ipv4/ip_tables.h wor
360360
+#define IPT_ALIGN(s) (((s) + (__alignof__(struct ipt_entry)-1)) & ~(__alignof__(struct ipt_entry)-1))
361361
+#endif /*__KERNEL__*/
362362
#endif /* _IPTABLES_H */
363-
diff -urN work/iproute2-4.16.0/include/uapi/linux/rtnetlink.h work/iproute2-4.16.0/include/uapi/linux/rtnetlink.h
364-
--- work/iproute2-4.16.0/include/uapi/linux/rtnetlink.h 2018-04-02 19:06:08.000000000 +0200
365-
+++ work/iproute2-4.16.0/include/uapi/linux/rtnetlink.h 2018-04-20 21:17:26.501019155 +0200
366-
@@ -317,6 +317,9 @@
363+
diff -urN work/iproute2-4.18.0/include/uapi/linux/rtnetlink.h work/iproute2-4.18.0/include/uapi/linux/rtnetlink.h
364+
--- work/iproute2-4.18.0/include/uapi/linux/rtnetlink.h 2018-08-13 21:11:32.000000000 +0200
365+
+++ work/iproute2-4.18.0/include/uapi/linux/rtnetlink.h 2018-10-06 23:57:22.539399817 +0200
366+
@@ -221,6 +221,7 @@
367+
RTN_THROW, /* Not in this table */
368+
RTN_NAT, /* Translate this address */
369+
RTN_XRESOLVE, /* Use external resolver */
370+
+ RTN_FAILED_POLICY, /* Source address failed policy */
371+
__RTN_MAX
372+
};
373+
374+
@@ -322,6 +323,9 @@
367375
RTA_MP_ALGO, /* no longer used */
368376
RTA_TABLE,
369377
RTA_MARK,
@@ -373,9 +381,9 @@ diff -urN work/iproute2-4.16.0/include/uapi/linux/rtnetlink.h work/iproute2-4.16
373381
RTA_MFC_STATS,
374382
RTA_VIA,
375383
RTA_NEWDST,
376-
diff -urN work/iproute2-4.16.0/ip/ip6tunnel.c work/iproute2-4.16.0/ip/ip6tunnel.c
377-
--- work/iproute2-4.16.0/ip/ip6tunnel.c 2018-04-02 19:06:08.000000000 +0200
378-
+++ work/iproute2-4.16.0/ip/ip6tunnel.c 2018-04-20 21:18:07.068892928 +0200
384+
diff -urN work/iproute2-4.18.0/ip/ip6tunnel.c work/iproute2-4.18.0/ip/ip6tunnel.c
385+
--- work/iproute2-4.18.0/ip/ip6tunnel.c 2018-08-13 21:11:32.000000000 +0200
386+
+++ work/iproute2-4.18.0/ip/ip6tunnel.c 2018-10-06 23:31:20.836129558 +0200
379387
@@ -42,6 +42,9 @@
380388

381389
#define DEFAULT_TNL_HOP_LIMIT (64)
@@ -386,10 +394,10 @@ diff -urN work/iproute2-4.16.0/ip/ip6tunnel.c work/iproute2-4.16.0/ip/ip6tunnel.
386394
static void usage(void) __attribute__((noreturn));
387395

388396
static void usage(void)
389-
diff -urN work/iproute2-4.16.0/ip/iprule.c work/iproute2-4.16.0/ip/iprule.c
390-
--- work/iproute2-4.16.0/ip/iprule.c 2018-04-02 19:06:08.000000000 +0200
391-
+++ work/iproute2-4.16.0/ip/iprule.c 2018-04-20 21:19:58.532542503 +0200
392-
@@ -44,6 +44,9 @@
397+
diff -urN work/iproute2-4.18.0/ip/iprule.c work/iproute2-4.18.0/ip/iprule.c
398+
--- work/iproute2-4.18.0/ip/iprule.c 2018-08-13 21:11:32.000000000 +0200
399+
+++ work/iproute2-4.18.0/ip/iprule.c 2018-10-06 23:36:15.851236079 +0200
400+
@@ -45,6 +45,9 @@
393401
" ip rule { flush | save | restore }\n"
394402
" ip rule [ list [ SELECTOR ]]\n"
395403
"SELECTOR := [ not ] [ from PREFIX ] [ to PREFIX ] [ tos TOS ] [ fwmark FWMARK[/MASK] ]\n"
@@ -398,10 +406,10 @@ diff -urN work/iproute2-4.16.0/ip/iprule.c work/iproute2-4.16.0/ip/iprule.c
398406
+#endif
399407
" [ iif STRING ] [ oif STRING ] [ pref NUMBER ] [ l3mdev ]\n"
400408
" [ uidrange NUMBER-NUMBER ]\n"
401-
"ACTION := [ table TABLE_ID ]\n"
402-
@@ -249,6 +252,16 @@
403-
else
404-
fprintf(fp, "fwmark 0x%x ", mark);
409+
" [ ipproto PROTOCOL ]\n"
410+
@@ -269,6 +272,16 @@
411+
print_0xhex(PRINT_ANY, "fwmark", "fwmark 0x%x ", mark);
412+
}
405413
}
406414
+#ifdef _SC_BUILD_
407415
+ if (tb[RTA_SCMARK]) {
@@ -415,8 +423,8 @@ diff -urN work/iproute2-4.16.0/ip/iprule.c work/iproute2-4.16.0/ip/iprule.c
415423
+#endif
416424

417425
if (tb[FRA_IFNAME]) {
418-
fprintf(fp, "iif %s ", rta_getattr_str(tb[FRA_IFNAME]));
419-
@@ -654,7 +667,22 @@
426+
if (!is_json_context())
427+
@@ -758,7 +771,22 @@
420428
addattr32(&req.n, sizeof(req),
421429
FRA_FWMASK, fwmask);
422430
}
@@ -440,10 +448,10 @@ diff -urN work/iproute2-4.16.0/ip/iprule.c work/iproute2-4.16.0/ip/iprule.c
440448
__u32 realm;
441449

442450
NEXT_ARG();
443-
diff -urN work/iproute2-4.16.0/tc/f_fw.c work/iproute2-4.16.0/tc/f_fw.c
444-
--- work/iproute2-4.16.0/tc/f_fw.c 2018-04-02 19:06:08.000000000 +0200
445-
+++ work/iproute2-4.16.0/tc/f_fw.c 2018-04-20 21:21:16.020296574 +0200
446-
@@ -109,6 +109,11 @@
451+
diff -urN work/iproute2-4.18.0/tc/f_fw.c work/iproute2-4.18.0/tc/f_fw.c
452+
--- work/iproute2-4.18.0/tc/f_fw.c 2018-08-13 21:11:32.000000000 +0200
453+
+++ work/iproute2-4.18.0/tc/f_fw.c 2018-10-06 23:38:43.522788844 +0200
454+
@@ -108,6 +108,11 @@
447455
}
448456
strncpy(d, *argv, sizeof(d) - 1);
449457
addattr_l(n, MAX_MSG, TCA_FW_INDEV, d, strlen(d) + 1);
@@ -455,10 +463,10 @@ diff -urN work/iproute2-4.16.0/tc/f_fw.c work/iproute2-4.16.0/tc/f_fw.c
455463
} else if (strcmp(*argv, "help") == 0) {
456464
explain();
457465
return -1;
458-
diff -urN work/iproute2-4.16.0/tc/Makefile work/iproute2-4.16.0/tc/Makefile
459-
--- work/iproute2-4.16.0/tc/Makefile 2018-04-02 19:06:08.000000000 +0200
460-
+++ work/iproute2-4.16.0/tc/Makefile 2018-04-20 21:20:48.212385006 +0200
461-
@@ -111,7 +111,7 @@
466+
diff -urN work/iproute2-4.18.0/tc/Makefile work/iproute2-4.18.0/tc/Makefile
467+
--- work/iproute2-4.18.0/tc/Makefile 2018-08-13 21:11:32.000000000 +0200
468+
+++ work/iproute2-4.18.0/tc/Makefile 2018-10-06 23:59:22.967035093 +0200
469+
@@ -112,7 +112,7 @@
462470
TCLIB += tc_estimator.o
463471
TCLIB += tc_stab.o
464472

@@ -467,19 +475,18 @@ diff -urN work/iproute2-4.16.0/tc/Makefile work/iproute2-4.16.0/tc/Makefile
467475
ifneq ($(IPT_LIB_DIR),)
468476
CFLAGS += -DIPT_LIB_DIR=\"$(IPT_LIB_DIR)\"
469477
endif
470-
diff -urN work/iproute2-4.16.0/tc/tc_util.c work/iproute2-4.16.0/tc/tc_util.c
471-
--- work/iproute2-4.16.0/tc/tc_util.c 2018-04-02 19:06:08.000000000 +0200
472-
+++ work/iproute2-4.16.0/tc/tc_util.c 2018-04-20 21:21:55.276171451 +0200
473-
@@ -71,7 +71,7 @@
474-
478+
diff -urN work/iproute2-4.18.0/tc/tc_util.c work/iproute2-4.18.0/tc/tc_util.c
479+
--- work/iproute2-4.18.0/tc/tc_util.c 2018-08-13 21:11:32.000000000 +0200
480+
+++ work/iproute2-4.18.0/tc/tc_util.c 2018-10-06 23:41:07.470352887 +0200
481+
@@ -72,6 +72,7 @@
475482
return lib_dir;
476483
}
477-
-
484+
478485
+#define rint(x) x
479486
int get_qdisc_handle(__u32 *h, const char *str)
480487
{
481488
__u32 maj;
482-
@@ -257,7 +257,9 @@
489+
@@ -257,7 +258,9 @@
483490
int get_rate(unsigned int *rate, const char *str)
484491
{
485492
char *p;
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
diff -urN work/iproute2-4.18.0/lib/bpf.c work/iproute2-4.18.0/lib/bpf.c
2+
--- work/iproute2-4.18.0/lib/bpf.c 2016-12-13 00:07:42.000000000 +0100
3+
+++ work/iproute2-4.18.0/lib/bpf.c 2017-02-15 23:42:50.657173101 +0100
4+
@@ -38,6 +38,7 @@
5+
#include <sys/resource.h>
6+
7+
#include <arpa/inet.h>
8+
+#include <linux/fs.h>
9+
10+
#include "utils.h"
11+
#include "json_print.h"

diffs/work/iproute2-4.16.0/D7000_V1.0.1.68_work_iproute2-4.16.0-006-no_sctp.diff renamed to diffs/work/iproute2-4.18.0/D7000_V1.0.1.68_work_iproute2-4.18.0-006-no_sctp.diff

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
diff -urN work/iproute2-4.16.0/ip/ipxfrm.c work/iproute2-4.16.0/ip/ipxfrm.c
2-
--- work/iproute2-4.16.0/ip/ipxfrm.c 2018-04-02 19:06:08.000000000 +0200
3-
+++ work/iproute2-4.16.0/ip/ipxfrm.c 2018-04-20 21:38:38.597470630 +0200
1+
diff -urN work/iproute2-4.18.0/ip/ipxfrm.c work/iproute2-4.18.0/ip/ipxfrm.c
2+
--- work/iproute2-4.18.0/ip/ipxfrm.c 2018-04-02 19:06:08.000000000 +0200
3+
+++ work/iproute2-4.18.0/ip/ipxfrm.c 2018-04-20 21:38:38.597470630 +0200
44
@@ -454,7 +454,6 @@
55
switch (sel->proto) {
66
case IPPROTO_TCP:
@@ -17,9 +17,9 @@ diff -urN work/iproute2-4.16.0/ip/ipxfrm.c work/iproute2-4.16.0/ip/ipxfrm.c
1717
case IPPROTO_DCCP:
1818
case IPPROTO_IP: /* to allow shared SA for different protocols */
1919
break;
20-
diff -urN work/iproute2-4.16.0/ip/xfrm_policy.c work/iproute2-4.16.0/ip/xfrm_policy.c
21-
--- work/iproute2-4.16.0/ip/xfrm_policy.c 2018-04-02 19:06:08.000000000 +0200
22-
+++ work/iproute2-4.16.0/ip/xfrm_policy.c 2018-04-20 21:40:50.429080215 +0200
20+
diff -urN work/iproute2-4.18.0/ip/xfrm_policy.c work/iproute2-4.18.0/ip/xfrm_policy.c
21+
--- work/iproute2-4.18.0/ip/xfrm_policy.c 2018-04-02 19:06:08.000000000 +0200
22+
+++ work/iproute2-4.18.0/ip/xfrm_policy.c 2018-04-20 21:40:50.429080215 +0200
2323
@@ -68,7 +68,6 @@
2424
fprintf(stderr, "UPSPEC := proto { { ");
2525
fprintf(stderr, "%s | ", strxf_proto(IPPROTO_TCP));
@@ -28,9 +28,9 @@ diff -urN work/iproute2-4.16.0/ip/xfrm_policy.c work/iproute2-4.16.0/ip/xfrm_pol
2828
fprintf(stderr, "%s", strxf_proto(IPPROTO_DCCP));
2929
fprintf(stderr, " } [ sport PORT ] [ dport PORT ] |\n");
3030
fprintf(stderr, " { ");
31-
diff -urN work/iproute2-4.16.0/ip/xfrm_state.c work/iproute2-4.16.0/ip/xfrm_state.c
32-
--- work/iproute2-4.16.0/ip/xfrm_state.c 2018-04-02 19:06:08.000000000 +0200
33-
+++ work/iproute2-4.16.0/ip/xfrm_state.c 2018-04-20 21:40:48.273086640 +0200
31+
diff -urN work/iproute2-4.18.0/ip/xfrm_state.c work/iproute2-4.18.0/ip/xfrm_state.c
32+
--- work/iproute2-4.18.0/ip/xfrm_state.c 2018-04-02 19:06:08.000000000 +0200
33+
+++ work/iproute2-4.18.0/ip/xfrm_state.c 2018-04-20 21:40:48.273086640 +0200
3434
@@ -95,7 +95,6 @@
3535
fprintf(stderr, "UPSPEC := proto { { ");
3636
fprintf(stderr, "%s | ", strxf_proto(IPPROTO_TCP));
@@ -39,9 +39,9 @@ diff -urN work/iproute2-4.16.0/ip/xfrm_state.c work/iproute2-4.16.0/ip/xfrm_stat
3939
fprintf(stderr, "%s", strxf_proto(IPPROTO_DCCP));
4040
fprintf(stderr, " } [ sport PORT ] [ dport PORT ] |\n");
4141
fprintf(stderr, " { ");
42-
diff -urN work/iproute2-4.16.0/tc/f_flower.c work/iproute2-4.16.0/tc/f_flower.c
43-
--- work/iproute2-4.16.0/tc/f_flower.c 2018-04-02 19:06:08.000000000 +0200
44-
+++ work/iproute2-4.16.0/tc/f_flower.c 2018-04-20 21:41:47.220910562 +0200
42+
diff -urN work/iproute2-4.18.0/tc/f_flower.c work/iproute2-4.18.0/tc/f_flower.c
43+
--- work/iproute2-4.18.0/tc/f_flower.c 2018-04-02 19:06:08.000000000 +0200
44+
+++ work/iproute2-4.18.0/tc/f_flower.c 2018-04-20 21:41:47.220910562 +0200
4545
@@ -52,7 +52,7 @@
4646
" vlan_ethtype [ ipv4 | ipv6 | ETH-TYPE ] |\n"
4747
" dst_mac MASKED-LLADDR |\n"
@@ -51,7 +51,7 @@ diff -urN work/iproute2-4.16.0/tc/f_flower.c work/iproute2-4.16.0/tc/f_flower.c
5151
" ip_tos MASKED-IP_TOS |\n"
5252
" ip_ttl MASKED-IP_TTL |\n"
5353
" mpls_label LABEL |\n"
54-
@@ -213,8 +213,6 @@
54+
@@ -214,8 +214,6 @@
5555
ip_proto = IPPROTO_TCP;
5656
} else if (matches(str, "udp") == 0) {
5757
ip_proto = IPPROTO_UDP;
@@ -60,7 +60,7 @@ diff -urN work/iproute2-4.16.0/tc/f_flower.c work/iproute2-4.16.0/tc/f_flower.c
6060
} else if (matches(str, "icmp") == 0) {
6161
if (eth_type != htons(ETH_P_IP))
6262
goto err;
63-
@@ -452,10 +450,6 @@
63+
@@ -453,10 +451,6 @@
6464
return endpoint == FLOWER_ENDPOINT_SRC ?
6565
TCA_FLOWER_KEY_UDP_SRC :
6666
TCA_FLOWER_KEY_UDP_DST;
@@ -71,7 +71,7 @@ diff -urN work/iproute2-4.16.0/tc/f_flower.c work/iproute2-4.16.0/tc/f_flower.c
7171
else
7272
return -1;
7373
}
74-
@@ -1104,8 +1098,6 @@
74+
@@ -1107,8 +1101,6 @@
7575
sprintf(out, "tcp");
7676
else if (ip_proto == IPPROTO_UDP)
7777
sprintf(out, "udp");

diffs/work/iproute2-4.16.0/D7000_V1.0.1.68_work_iproute2-4.16.0-009-configure_keep_libmnl_optional.diff renamed to diffs/work/iproute2-4.18.0/D7000_V1.0.1.68_work_iproute2-4.18.0-009-configure_keep_libmnl_optional.diff

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
diff -urN work/iproute2-4.16.0/configure work/iproute2-4.16.0/configure
2-
--- work/iproute2-4.16.0/configure 2018-04-02 19:06:08.000000000 +0200
3-
+++ work/iproute2-4.16.0/configure 2018-04-20 22:46:49.538797017 +0200
1+
diff -urN work/iproute2-4.18.0/configure work/iproute2-4.18.0/configure
2+
--- work/iproute2-4.18.0/configure 2018-04-02 19:06:08.000000000 +0200
3+
+++ work/iproute2-4.18.0/configure 2018-04-20 22:46:49.538797017 +0200
44
@@ -281,7 +281,7 @@
55

66
check_mnl()

diffs/work/iproute2-4.16.0/D7000_V1.0.1.68_work_iproute2-4.16.0-010-type_fixes.diff renamed to diffs/work/iproute2-4.18.0/D7000_V1.0.1.68_work_iproute2-4.18.0-010-type_fixes.diff

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
diff -urN work/iproute2-4.16.0/include/netinet/tcp.h work/iproute2-4.16.0/include/netinet/tcp.h
2-
--- work/iproute2-4.16.0/include/netinet/tcp.h 2018-04-02 19:06:08.000000000 +0200
3-
+++ work/iproute2-4.16.0/include/netinet/tcp.h 1970-01-01 01:00:00.000000000 +0100
1+
diff -urN work/iproute2-4.18.0/include/netinet/tcp.h work/iproute2-4.18.0/include/netinet/tcp.h
2+
--- work/iproute2-4.18.0/include/netinet/tcp.h 2018-04-02 19:06:08.000000000 +0200
3+
+++ work/iproute2-4.18.0/include/netinet/tcp.h 1970-01-01 01:00:00.000000000 +0100
44
@@ -1,231 +0,0 @@
55
-/*
66
- * Copyright (c) 1982, 1986, 1993
@@ -233,9 +233,9 @@ diff -urN work/iproute2-4.16.0/include/netinet/tcp.h work/iproute2-4.16.0/includ
233233
-#endif /* Misc. */
234234
-
235235
-#endif /* netinet/tcp.h */
236-
diff -urN work/iproute2-4.16.0/lib/dnet_ntop.c work/iproute2-4.16.0/lib/dnet_ntop.c
237-
--- work/iproute2-4.16.0/lib/dnet_ntop.c 2018-04-02 19:06:08.000000000 +0200
238-
+++ work/iproute2-4.16.0/lib/dnet_ntop.c 2018-04-20 21:49:10.427566080 +0200
236+
diff -urN work/iproute2-4.18.0/lib/dnet_ntop.c work/iproute2-4.18.0/lib/dnet_ntop.c
237+
--- work/iproute2-4.18.0/lib/dnet_ntop.c 2018-04-02 19:06:08.000000000 +0200
238+
+++ work/iproute2-4.18.0/lib/dnet_ntop.c 2018-04-20 21:49:10.427566080 +0200
239239
@@ -1,25 +1,26 @@
240240
/* SPDX-License-Identifier: GPL-2.0 */
241241
#include <errno.h>
@@ -278,9 +278,9 @@ diff -urN work/iproute2-4.16.0/lib/dnet_ntop.c work/iproute2-4.16.0/lib/dnet_nto
278278
size_t pos = 0;
279279
int started = 0;
280280

281-
diff -urN work/iproute2-4.16.0/lib/dnet_pton.c work/iproute2-4.16.0/lib/dnet_pton.c
282-
--- work/iproute2-4.16.0/lib/dnet_pton.c 2018-04-02 19:06:08.000000000 +0200
283-
+++ work/iproute2-4.16.0/lib/dnet_pton.c 2018-04-20 21:50:28.875325503 +0200
281+
diff -urN work/iproute2-4.18.0/lib/dnet_pton.c work/iproute2-4.18.0/lib/dnet_pton.c
282+
--- work/iproute2-4.18.0/lib/dnet_pton.c 2018-04-02 19:06:08.000000000 +0200
283+
+++ work/iproute2-4.18.0/lib/dnet_pton.c 2018-04-20 21:50:28.875325503 +0200
284284
@@ -1,24 +1,25 @@
285285
/* SPDX-License-Identifier: GPL-2.0 */
286286
#include <errno.h>

0 commit comments

Comments
 (0)