]> git.proxmox.com Git - mirror_iproute2.git/commitdiff
Merge branch 'iproute2-master' into iproute2-next
authorDavid Ahern <dsahern@gmail.com>
Wed, 19 Dec 2018 20:02:17 +0000 (12:02 -0800)
committerDavid Ahern <dsahern@gmail.com>
Wed, 19 Dec 2018 20:02:17 +0000 (12:02 -0800)
Signed-off-by: David Ahern <dsahern@gmail.com>
1  2 
Makefile
include/json_print.h
include/json_writer.h
ip/iplink_geneve.c
ip/iplink_vxlan.c
ip/iproute.c
ip/iprule.c
lib/json_print.c
lib/json_writer.c
lib/utils.c
rdma/dev.c

diff --cc Makefile
Simple merge
index 25954070db27117f88d4f1e8533ff1b4ba768a45,ee087c3e627a73ffc70de465f7e94325ef824e21..dbdc90e2316ab7ed7c1ec9a133a7c069f9b15cda
@@@ -64,12 -64,11 +64,12 @@@ _PRINT_FUNC(null, const char*)
  _PRINT_FUNC(string, const char*);
  _PRINT_FUNC(uint, unsigned int);
  _PRINT_FUNC(u64, uint64_t);
 +_PRINT_FUNC(hhu, unsigned char);
  _PRINT_FUNC(hu, unsigned short);
  _PRINT_FUNC(hex, unsigned int);
- _PRINT_FUNC(0xhex, unsigned long long int);
- _PRINT_FUNC(luint, unsigned long int);
- _PRINT_FUNC(lluint, unsigned long long int);
+ _PRINT_FUNC(0xhex, unsigned long long);
+ _PRINT_FUNC(luint, unsigned long);
+ _PRINT_FUNC(lluint, unsigned long long);
  _PRINT_FUNC(float, double);
  #undef _PRINT_FUNC
  
Simple merge
Simple merge
Simple merge
diff --cc ip/iproute.c
Simple merge
diff --cc ip/iprule.c
Simple merge
Simple merge
Simple merge
diff --cc lib/utils.c
Simple merge
diff --cc rdma/dev.c
Simple merge