]> git.proxmox.com Git - mirror_iproute2.git/commit - tc/p_icmp.c
tc/pedit: use structure initialization
authorStephen Hemminger <stephen@networkplumber.org>
Thu, 15 Nov 2018 22:36:39 +0000 (14:36 -0800)
committerStephen Hemminger <stephen@networkplumber.org>
Mon, 19 Nov 2018 19:42:44 +0000 (11:42 -0800)
commit946a135c580bee27f7323c45713d363148ccee31
tree557e0e5741f4c7d626c9872e1877ebc57e165797
parent9e96e7159411ff33862a7d227a4d19822add0de3
tc/pedit: use structure initialization

The pedit callback structure table should be iniatialized using
structure initialization to avoid structure changes problems.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
tc/p_eth.c
tc/p_icmp.c
tc/p_ip.c
tc/p_ip6.c
tc/p_tcp.c
tc/p_udp.c