]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
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)
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).


Trivial merge