Heh..
#!/usr/bin/expect -f
eval spawn ./mii-diag --watch eth0
while {1} {
expect {
"Good link" {
system /sbin/ifup eth0
}
"have link beat" {
system /sbin/ifup eth0
}
"no link" {
system /sbin/ifdown eth0
}
"not established" {
system /sbin/ifdown eth0
}
}
}
Posted by mike at January 11, 2002 02:48 PM
| Laptop
, Old Advogato Diary
| TrackBack