]> git.ipfire.org Git - thirdparty/systemd.git/commit
network: move and rename network_get() -> link_get_network()
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 12 May 2021 11:58:06 +0000 (20:58 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 14 May 2021 00:18:29 +0000 (09:18 +0900)
commit170e88c8e3f321590688e4cd68e829ef6abe7101
tree1afa65bbb7cefa398a532820f0e6ae6cb1c1613a
parentcbdc29492097e24ef3320280bc2a8dedbce02d9a
network: move and rename network_get() -> link_get_network()

This also drops test_network_get(). But it tests almost nothing. So, it
should be ok to not re-implement something like test_link_get_network().
src/network/networkd-link.c
src/network/networkd-network.c
src/network/networkd-network.h
src/network/test-network.c