]> git.puffer.fish Git - matthieu/frr.git/commit
lib: allow hostname to begin with a letter or number
authorDon Slice <dslice@cumulusnetworks.com>
Tue, 1 May 2018 21:13:51 +0000 (21:13 +0000)
committerDon Slice <dslice@cumulusnetworks.com>
Tue, 1 May 2018 21:13:51 +0000 (21:13 +0000)
commitd4f368e15af88f37503d3c32f6e8f29ebaba756d
tree025118ac1e2ff2aa2f2ee87db7f407a7e724362a
parent4fb6f519289a3e8bf7f72f86fe5cde6f5a3034b6
lib: allow hostname to begin with a letter or number

Customers have requested the ability to name their devices starting
with a number instead of a letter.  This fix changes the check for
hostname to allow either a letter or a number.

Signed-off-by: Don Slice <dslice@cumulusnetworks.com>
lib/command.c