]> git.ipfire.org Git - thirdparty/systemd.git/commit
Merge pull request #5146 from ssahani/ifname-alias
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 1 Feb 2017 01:36:20 +0000 (20:36 -0500)
committerGitHub <noreply@github.com>
Wed, 1 Feb 2017 01:36:20 +0000 (20:36 -0500)
commita38d90c672adf85cc3d164326efd26b361222f48
tree14ca7d4f77ef8e7b7bbfc41e5feade0dad03c420
parent91d910e386f7b0ada1296994e86ebbd1c8c762dc
parent7454aec7ff3797a346fc926aea2dc615fdb97990
Merge pull request #5146 from ssahani/ifname-alias

networkd: Allow ':' in label

This reverts a341dfe563 and takes a slightly different approach: anything is
allowed in network interface labels, but network interface names are verified
as before (i.e. amongst other things, no colons are allowed there).