]> git.puffer.fish Git - mirror/frr.git/commit
lib: Cleanup command parsing a tiny bit
authorDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 12 May 2017 13:16:23 +0000 (09:16 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Sat, 13 May 2017 17:08:00 +0000 (13:08 -0400)
commitdfdbe7e4b0340c46cd8338e7e44e6bfa5f52e933
tree64cb2a0ba15905c7f8f4fc119332bb97891fe482
parent8d7bba28749d767d12190b8a84b7b78b6397c971
lib: Cleanup command parsing a tiny bit

The CLI changes now make it impossible for numbers
outside the range specified in the cli to make it to
this code.  No need to check for it again.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
lib/command.c