Skip to content
GitLab
Menu
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
7f4d735e
Commit
7f4d735e
authored
Jan 16, 2002
by
Mike Hibler
Browse files
sigh...had to move control interface on minitestbed nodes (fxp2 -> fxp1)
parent
3aafe1a5
Changes
5
Hide whitespace changes
Inline
Side-by-side
tmcd/freebsd/GNUmakefile.in
View file @
7f4d735e
...
...
@@ -58,10 +58,10 @@ script-install: dir-install
$(INSTALL) -m 755 $(SRCDIR)/cpuspeed.awk $(INSTALL_DIR)/cpuspeed.awk
$(INSTALL) -m 755 $(SRCDIR)/control_interface $(INSTALL_DIR)/control_interface
$(INSTALL) -m 755 $(SRCDIR)/start_if.fxp0 /etc/start_if.fxp0
$(INSTALL) -m 755 $(SRCDIR)/start_if.fxp
2
/etc/start_if.fxp
2
$(INSTALL) -m 755 $(SRCDIR)/start_if.fxp
1
/etc/start_if.fxp
1
$(INSTALL) -m 755 $(SRCDIR)/start_if.fxp4 /etc/start_if.fxp4
$(INSTALL) -m 755 $(SRCDIR)/start_if.xl0 /etc/start_if.xl0
$(INSTALL) -m 755 $(SRCDIR)/rc.route $(INSTALL_DIR)/rc.route
$(INSTALL) -m 644 $(SRCDIR)/gated_fxp0.conf $(INSTALL_DIR)/gated_fxp0.conf
$(INSTALL) -m 644 $(SRCDIR)/gated_fxp
2
.conf $(INSTALL_DIR)/gated_fxp
2
.conf
$(INSTALL) -m 644 $(SRCDIR)/gated_fxp
1
.conf $(INSTALL_DIR)/gated_fxp
1
.conf
$(INSTALL) -m 644 $(SRCDIR)/gated_fxp4.conf $(INSTALL_DIR)/gated_fxp4.conf
tmcd/freebsd/control_interface
View file @
7f4d735e
...
...
@@ -7,7 +7,7 @@ if [ "$NODETYPE" = 'pc600' ]; then
elif
[
"
$NODETYPE
"
=
'pc850'
]
;
then
echo
'fxp0'
elif
[
"
$NODETYPE
"
=
'pcL440GX'
]
;
then
echo
'fxp
2
'
echo
'fxp
1
'
elif
[
"
$NODETYPE
"
=
'pc1500'
]
;
then
echo
'xl0'
fi
tmcd/freebsd/gated_fxp
2
.conf
→
tmcd/freebsd/gated_fxp
1
.conf
View file @
7f4d735e
...
...
@@ -16,12 +16,12 @@ rip off;
#
ospf
on
{
backbone
{
interface
fxp
2
{
passive
; };
interface
fxp
1
{
passive
; };
};
area
0
.
0
.
0
.
2
{
authtype
none
;
# XXX current fxp
2
control boxes only have 2 experimental IFs
# XXX current fxp
1
control boxes only have 2 experimental IFs
interface
fxp0
{
priority
1
; };
interface
fxp
1
{
priority
1
; };
interface
fxp
2
{
priority
1
; };
};
};
tmcd/freebsd/start_if.fxp1
0 → 100644
View file @
7f4d735e
#!/bin/sh
if
[
`
/etc/testbed/control_interface
`
=
'fxp1'
]
;
then
dhcp_interfaces
=
"
$dhcp_interfaces
fxp1"
;
fi
tmcd/freebsd/start_if.fxp2
deleted
100644 → 0
View file @
3aafe1a5
#!/bin/sh
if
[
`
/etc/testbed/control_interface
`
=
'fxp2'
]
;
then
dhcp_interfaces
=
"
$dhcp_interfaces
fxp2"
;
fi
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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