]> git.proxmox.com Git - mirror_iproute2.git/commit
vti: print keys in hex not dotted notation
authorStephen Hemminger <stephen@networkplumber.org>
Wed, 9 Aug 2017 15:50:25 +0000 (08:50 -0700)
committerStephen Hemminger <stephen@networkplumber.org>
Wed, 9 Aug 2017 16:11:02 +0000 (09:11 -0700)
commitfcfcc40b7d19d8a5442d604de506844391103368
treed92084be94f05d31e33a1410c13ec2a2d1e05e0a
parent69fed534a533f48b8772d935590f82206171ca96
vti: print keys in hex not dotted notation

The ikey and okey value are normal u32 values. The input accepts
them in dotted, hex or decimal form. For output, hex seems like
the best form since they are not really addresses.

Suggested-by: Christian Langrock <christian.langrock@secunet.com>
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
ip/link_vti.c