]> git.proxmox.com Git - mirror_iproute2.git/blobdiff - include/json_print.h
bridge: fdb: add support for src_vni option
[mirror_iproute2.git] / include / json_print.h
index 218da31a73fe876321b2a9aac7a5f741d3fb586d..dbdc90e2316ab7ed7c1ec9a133a7c069f9b15cda 100644 (file)
@@ -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