diff options
author | Othmar Gsenger <otti@anytun.org> | 2008-02-29 20:11:56 +0000 |
---|---|---|
committer | Othmar Gsenger <otti@anytun.org> | 2008-02-29 20:11:56 +0000 |
commit | 9f83d5f8e197be9e4a9bfe96ca64fa2ee6f5aae5 (patch) | |
tree | a97b8b3f63047f57cba74c4e77a3249ee0401684 | |
parent | cleaned up howtables output (diff) |
fixed anyctr controller
-rw-r--r-- | anyctr.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -65,7 +65,8 @@ void createConnection(const std::string & remote_host, u_int16_t remote_port, Co NetworkAddress addr( ipv4, gOpt.getIfconfigParamRemoteNetmask().c_str() ); NetworkPrefix prefix( addr,gOpt.getNetworkPrefixLength() ); - prefix.setNetworkPrefixLength(gOpt.getNetworkPrefixLength()); +//TODO: FIX this not +// prefix.setNetworkPrefixLength(gOpt.getNetworkPrefixLength()); gRoutingTable.addRoute( prefix, mux ); std::ostringstream sout; |