]> git.proxmox.com Git - mirror_frr.git/commit
zebra: correct one comment about ethtool ioctl
authoranlan_cs <vic.lan@pica8.com>
Tue, 9 Aug 2022 05:06:47 +0000 (01:06 -0400)
committeranlan_cs <vic.lan@pica8.com>
Tue, 9 Aug 2022 05:55:31 +0000 (01:55 -0400)
commitd2fb26ef9f2109017fd161f0b68b98a9b9bd3b3e
treea3bcd0e51510ae63f080dfac3bfa2a1c5a9b8725
parent82dd2fe72e94b8f9d48c25f10c2593edcbf10aba
zebra: correct one comment about ethtool ioctl

`get_iflink_speed()` uses ioctl to get speed, not ip address. Additionally
adjust format for another one comment line.

Signed-off-by: anlan_cs <vic.lan@pica8.com>
zebra/if_netlink.c