src/devices/point-to-point/point-to-point-net-device.cc
changeset 3852 9cf7ad0cac85
parent 3841 1e7abf5fca79
child 3936 e525995ce5dc
     1.1 --- a/src/devices/point-to-point/point-to-point-net-device.cc	Wed Nov 05 14:33:20 2008 -0800
     1.2 +++ b/src/devices/point-to-point/point-to-point-net-device.cc	Fri Nov 07 11:36:15 2008 -0800
     1.3 @@ -378,6 +378,13 @@
     1.4    return Mac48Address ("01:00:5e:00:00:00");
     1.5  }
     1.6  
     1.7 +Address
     1.8 +PointToPointNetDevice::GetMulticast (Ipv6Address addr) const
     1.9 +{
    1.10 +  NS_LOG_FUNCTION(this << addr);
    1.11 +  return Mac48Address ("33:33:00:00:00:00");
    1.12 +}
    1.13 +
    1.14    bool 
    1.15  PointToPointNetDevice::IsPointToPoint (void) const
    1.16  {