diff options
author | John Estabrook <jestabro@sentrium.io> | 2019-05-30 14:02:44 -0500 |
---|---|---|
committer | John Estabrook <jestabro@sentrium.io> | 2019-05-30 14:02:44 -0500 |
commit | e4fe8143d9a9d86eafe04fed3cd788659b46f465 (patch) | |
tree | 7d912fa34cc49f5bbdaac3c9a6f1cf7435c678c6 /src/cparse/cparse_lex.l | |
parent | ec0d803a673a85e1159305fcab335679b9fad720 (diff) | |
download | vyatta-cfg-e4fe8143d9a9d86eafe04fed3cd788659b46f465.tar.gz vyatta-cfg-e4fe8143d9a9d86eafe04fed3cd788659b46f465.zip |
T1334: Migration script runner rewrite
Use vyos-1x migration script runner.
Diffstat (limited to 'src/cparse/cparse_lex.l')
-rw-r--r-- | src/cparse/cparse_lex.l | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cparse/cparse_lex.l b/src/cparse/cparse_lex.l index 8fcd5f3..462c558 100644 --- a/src/cparse/cparse_lex.l +++ b/src/cparse/cparse_lex.l @@ -115,6 +115,9 @@ free_str() return COMMENT; } +"//".* { /* Do nothing. */ +} + <INITIAL>! { node_deactivated = 1; } |