Message ID | 20230526174141.5972-1-stephen@networkplumber.org (mailing list archive) |
---|---|
Headers | show |
Series | vxlan: option printing | expand |
Hello: This series was applied to iproute2/iproute2.git (main) by Stephen Hemminger <stephen@networkplumber.org>: On Fri, 26 May 2023 10:41:39 -0700 you wrote: > This patchset makes printing of vxlan details more consistent. > It also adds extra verbose output. The boolean options > are now brinted after all the non-boolean options. > > Before: > $ ip -d link show dev vxlan0 > 4: vxlan0: <BROADCAST,MULTICAST> mtu 1450 qdisc noop state DOWN mode DEFAULT group default qlen 1000 > link/ether e6:a4:54:b2:34:85 brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535 > vxlan id 42 group 239.1.1.1 dev enp2s0 srcport 0 0 dstport 4789 ttl auto ageing 300 udpcsum noudp6zerocsumtx noudp6zerocsumrx addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 64000 gso_max_segs 64 tso_max_size 64000 tso_max_segs 64 gro_max_size 65536 > > [...] Here is the summary with links: - [iproute2,v4,1/2] vxlan: use print_nll for gbp and gpe https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/commit/?id=a183eba71bc2 - [iproute2,v4,2/2] vxlan: make option printing more consistent (no matching commit) You are awesome, thank you!