View | Details | Raw Unified | Return to bug 1049
Collapse All | Expand All

(-)olsr-routing-protocol.h (+3 lines)
 Lines 119-124    Link Here 
119
119
120
  /// Inject Association to be sent in HNA message
120
  /// Inject Association to be sent in HNA message
121
  void AddHostNetworkAssociation (Ipv4Address networkAddr, Ipv4Mask netmask);
121
  void AddHostNetworkAssociation (Ipv4Address networkAddr, Ipv4Mask netmask);
122
  /// Removes Association sent in HNA message
123
  void RemoveHostNetworkAssociation (Ipv4Address networkAddr, Ipv4Mask netmask);
122
124
123
  /// Inject Associations from an Ipv4StaticRouting instance
125
  /// Inject Associations from an Ipv4StaticRouting instance
124
  void SetRoutingTableAssociation (Ptr<Ipv4StaticRouting> routingTable);
126
  void SetRoutingTableAssociation (Ptr<Ipv4StaticRouting> routingTable);
 Lines 201-206    Link Here 
201
  void MprComputation ();
203
  void MprComputation ();
202
  void RoutingTableComputation ();
204
  void RoutingTableComputation ();
203
  Ipv4Address GetMainAddress (Ipv4Address iface_addr) const;
205
  Ipv4Address GetMainAddress (Ipv4Address iface_addr) const;
206
  bool UsesNonOlsrOutgoingInterface(const Ipv4RoutingTableEntry &route);
204
207
205
  // Timer handlers
208
  // Timer handlers
206
  Timer m_helloTimer;
209
  Timer m_helloTimer;

Return to bug 1049