Changeset c8c2c6405c2e024f565f0431fa2b411e0ba8a901 for fedkit
- Timestamp:
- 02/05/09 18:09:07 (3 years ago)
- Children:
- 14a2f95fb370909c09fe4da0ea85a779cea39fc5
- Parents:
- b0c185f4ab5a06c1e5b24fd43bf32108505281db
- git-committer:
- Ted Faber <faber@isi.edu> / 2009-02-06T02:09:07Z+0000
- Files:
-
- 1 modified
-
fedkit/fed-tun.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
fedkit/fed-tun.pl
rb0c185f rc8c2c64 395 395 396 396 die "Unable to determine tunnel node configuration information" 397 if (!defined($tunnel_router) );397 if (!defined($tunnel_router) || !$tunnel_router); 398 398 399 399 print "tunnel options: ip=$tunnel_ip mask=$tunnel_mask mac=$tunnel_mac router=$tunnel_router\n" if ($debug);
