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
64702af5
Commit
64702af5
authored
Jul 12, 2012
by
Jonathon Duerig
Browse files
Handle protogeni namespace correctly.
parent
5c23a121
Changes
1
Hide whitespace changes
Inline
Side-by-side
protogeni/lib/GeniXML.pm.in
View file @
64702af5
...
...
@@ -677,8 +677,8 @@ sub GetSharedLanName($)
my
$
interface_name
=
FindNodesNS
(
"n:link_shared_vlan"
,
$
iface
,
$
SHAREDVLAN_NS
)->
pop
();
if
(
! defined($interface_name)) {
$
interface_name
=
FindNodeNS
(
"n:link_shared_vlan"
,
$
iface
,
$
SHAREDVLAN_PG_NS
)->
pop
();
$
interface_name
=
FindNode
s
NS
(
"n:link_shared_vlan"
,
$
iface
,
$
SHAREDVLAN_PG_NS
)->
pop
();
}
if
(
defined
($
interface_name
))
{
my
$
name
=
GetText
(
"name"
,
$
interface_name
);
...
...
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