summaryrefslogtreecommitdiff
path: root/lib/command_match.c
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@cumulusnetworks.com>2016-10-20 19:21:37 +0000
committerQuentin Young <qlyoung@cumulusnetworks.com>2016-10-20 19:21:37 +0000
commit8c9474817e73383bcf88ea700c9d83819660623d (patch)
treef6dbe2af92d44f9a77e4802cefb440811dd69584 /lib/command_match.c
parente0a467872b307021477ea7b4ba27ffc5d20aedd0 (diff)
Revert "lib: Allow '_' in arguments to VARIABLE_TKN"
This reverts commit e0a467872b307021477ea7b4ba27ffc5d20aedd0.
Diffstat (limited to 'lib/command_match.c')
-rw-r--r--lib/command_match.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/command_match.c b/lib/command_match.c
index 42788ecb01..e25bca2db8 100644
--- a/lib/command_match.c
+++ b/lib/command_match.c
@@ -838,7 +838,7 @@ match_word (struct cmd_token *token, const char *word)
}
#define VARIABLE_ALPHABET \
-"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890:/._"
+"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890:/."
static enum match_type
match_variable (struct cmd_token *token, const char *word)