]> git.ipfire.org Git - thirdparty/iproute2.git/commit
bridge: link: Port over to parse_on_off()
authorPetr Machata <me@pmachata.org>
Sat, 14 Nov 2020 22:53:55 +0000 (23:53 +0100)
committerDavid Ahern <dsahern@gmail.com>
Wed, 25 Nov 2020 04:43:14 +0000 (21:43 -0700)
commit9262ccc3ed32d7f301441bc65fa59b933ae2c188
tree835b999e493009901c7508b0825ff02e96b696a2
parente1ae6efbb8ebec917612f7e71ebfb95ee571e563
bridge: link: Port over to parse_on_off()

Convert bridge/link.c from a custom on_off parser to the new global one.

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