]> git.ipfire.org Git - thirdparty/iproute2.git/commit
bridge: link: Convert to use print_on_off()
authorPetr Machata <me@pmachata.org>
Sat, 14 Nov 2020 22:53:56 +0000 (23:53 +0100)
committerDavid Ahern <dsahern@gmail.com>
Wed, 25 Nov 2020 04:43:19 +0000 (21:43 -0700)
commit94d12fd79621e2453d780fdb32e8079987736116
tree556077abb83e12cd560e5f1054ef291aabe6892a
parent9262ccc3ed32d7f301441bc65fa59b933ae2c188
bridge: link: Convert to use print_on_off()

Instead of rolling a custom on-off printer, use the one added to utils.c.

Signed-off-by: Petr Machata <me@pmachata.org>
Signed-off-by: David Ahern <dsahern@gmail.com>
bridge/link.c