commit | 7112f484ab287853f98ad9cc860be65e3cbd1e4a | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Wed Aug 17 14:05:57 2011 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Wed Aug 17 14:05:57 2011 -0700 |
tree | bbffe82465f6c9bed49a7632d72e04543c695fb1 | |
parent | 834f35c301c97b05bb3e32b09f3daeadda1a745f [diff] [blame] |
Repair bug in ccnb parsing. First steps in adding correct documentation tags
diff --git a/model/ccnx-face.cc b/model/ccnx-face.cc index 15ddb84..6ce6b92 100644 --- a/model/ccnx-face.cc +++ b/model/ccnx-face.cc
@@ -151,7 +151,7 @@ } m_device->Send (packet, m_device->GetBroadcast (), - CcnxL3Protocol::PROT_NUMBER); + CcnxL3Protocol::ETHERNET_FRAME_TYPE); } std::ostream& operator<< (std::ostream& os, CcnxFace const& face)