Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
ce717396
Commit
ce717396
authored
Jun 09, 2017
by
Leigh B Stoller
Browse files
Error on the old startup command, instead of silently ignoring.
parent
1d03e464
Changes
1
Hide whitespace changes
Inline
Side-by-side
apt/nsgenilib.py.in
View file @
ce717396
...
...
@@ -213,7 +213,7 @@ for child in tree.getroot():
routertype
=
"static"
pass
pass
elif
(
element
.
tag
in
[
"loadlist"
,
"cmd_line"
]
and
elif
(
element
.
tag
in
[
"loadlist"
,
"cmd_line"
,
"startupcmd"
]
and
element
.
text
and
element
.
text
!=
""
):
Fatal
(
"Unsupported attribute on node "
+
vname
+
": "
+
element
.
tag
+
" - "
+
element
.
text
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment