- Timestamp:
- Feb 5, 2009 6:09:07 PM (16 years ago)
- Branches:
- axis_example, compt_changes, info-ops, master, version-1.30, version-2.00, version-3.01, version-3.02
- Children:
- 14a2f95
- Parents:
- b0c185f
- File:
-
- 1 edited
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);
Note: See TracChangeset
for help on using the changeset viewer.