Small extension of InterestHeader API (cheat for python bindings)
diff --git a/bindings/modulegen__gcc_ILP32.py b/bindings/modulegen__gcc_ILP32.py
index 8a75ad4..f6a2843 100644
--- a/bindings/modulegen__gcc_ILP32.py
+++ b/bindings/modulegen__gcc_ILP32.py
@@ -5727,6 +5727,11 @@
'ns3::TypeId',
[],
is_const=True, is_virtual=True)
+ ## ndn-interest-header.h (module 'ndnSIM'): static ns3::Ptr<ns3::ndn::InterestHeader> ns3::ndn::InterestHeader::GetInterest(ns3::Ptr<ns3::Packet> packet) [member function]
+ cls.add_method('GetInterest',
+ 'ns3::Ptr< ns3::ndn::InterestHeader >',
+ [param('ns3::Ptr< ns3::Packet >', 'packet')],
+ is_static=True)
## ndn-interest-header.h (module 'ndnSIM'): ns3::Time ns3::ndn::InterestHeader::GetInterestLifetime() const [member function]
cls.add_method('GetInterestLifetime',
'ns3::Time',