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

(-)a/src/nix-vector-routing/model/ipv4-nix-vector-routing.cc (-1 / +1 lines)
 Lines 319-325    Link Here 
319
                      continue;
319
                      continue;
320
                    }
320
                    }
321
                  Ptr<Channel> chBridged = ndBridged->GetChannel ();
321
                  Ptr<Channel> chBridged = ndBridged->GetChannel ();
322
                  if (channel == 0)
322
                  if (chBridged == 0)
323
                    {
323
                    {
324
                      continue;
324
                      continue;
325
                    }
325
                    }

Return to bug 1486