]> git.ipfire.org Git - thirdparty/systemd.git/commit
basic/arphrd: stop discriminating against NETROM and CISCO 13649/head
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 25 Sep 2019 10:14:07 +0000 (12:14 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 25 Sep 2019 10:17:51 +0000 (12:17 +0200)
commit35bdba21151798c8204661726c21ae4a49e4662b
tree23017b6d68157a93d6702f3b676d698163e876c9
parent7e833f301eeca5114be3315ec4f4385cf34977af
basic/arphrd: stop discriminating against NETROM and CISCO

ARPHRD_NETROM was excluded, most likely just because it is protocol No. 0,
and ARPHRD_CISCO was reported under its alias name "HDLC". Let's just
allow defined aliases under the main name.
src/basic/arphrd-to-name.awk
src/test/test-arphrd-list.c