JSON doesn't permit a hexadecimal notation of an integer.
This commit is contained in:
parent
1252a89f35
commit
16f234bfcc
@ -358,7 +358,7 @@ intpr(void (*pfunc)(char *), int af)
|
||||
} else
|
||||
xname = name;
|
||||
|
||||
xo_emit("{etk:name/%s}{e:flags/0x%x}{d:/%-*.*s}",
|
||||
xo_emit("{etk:name/%s}{eq:flags/0x%x}{d:/%-*.*s}",
|
||||
name, ifa->ifa_flags, ifn_len_max, ifn_len_max, xname);
|
||||
|
||||
#define IFA_MTU(ifa) (((struct if_data *)(ifa)->ifa_data)->ifi_mtu)
|
||||
|
Loading…
x
Reference in New Issue
Block a user