commit | 463fe22ea8d162793ed7c025da677e362321be05 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu May 31 13:46:51 2012 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu May 31 13:46:51 2012 -0700 |
tree | 32616f42f1e4b40b2f1b27b3d9bd8e7e58729ced | |
parent | 864522fefe56b3d792eff89dd7b1a18606bbbb6b [diff] |
Correcting default route (regression)
diff --git a/helper/ccnx-stack-helper.cc b/helper/ccnx-stack-helper.cc index 9fc02f4..4fdb8a5 100644 --- a/helper/ccnx-stack-helper.cc +++ b/helper/ccnx-stack-helper.cc
@@ -146,7 +146,7 @@ if (m_needSetDefaultRoutes) { // default route with lowest priority possible - AddRoute (node, "/bcast", face, std::numeric_limits<int32_t>::max ()); + AddRoute (node, "/", face, std::numeric_limits<int32_t>::max ()); } if (m_limitsEnabled)