Donald Sharp

Results 346 comments of Donald Sharp

The question is when shoiuld the deduplication pass actually happen? Should we have this happen at reception of hte nexthops from the upper level protocol? After the nexthop resolution but...

Could you add some documentation to the doc/developer directory on how this should be used. That way I can point people at this when we say use this functionality.

Rajasekar - Looks like a pbr test needs to be looked at as to why it is now failing

When you are using l3mvrf devices they are not associated with a namespace at all. They are just vrf's in the traditional sense. I do not understand why you are...

these must be separate commits they are doing separate things.

```sharpd@eva /w/h/s/f/t/topotests (master)> git grep "pytest.mark.pim6d" multicast_mld_join_topo1/test_multicast_mld_local_join.py:pytestmark = [pytest.mark.pim6d, pytest.mark.staticd] multicast_pim6_sm_topo1/test_multicast_pim6_sm1.py:pytestmark = [pytest.mark.pim6d] multicast_pim6_sm_topo1/test_multicast_pim6_sm2.py:pytestmark = [pytest.mark.pim6d] multicast_pim6_static_rp_topo1/test_multicast_pim6_static_rp1.py:pytestmark = [pytest.mark.pim6d] multicast_pim6_static_rp_topo1/test_multicast_pim6_static_rp2.py:pytestmark = [pytest.mark.pim6d] pim_cand_rp_bsr/test_pim_cand_rp_bsr.py: pytest.mark.pim6d, pim_embedded_rp/test_pim_embedded_rp.py:pytestmark = [pytest.mark.pim6d] sharpd@eva /w/h/s/f/t/topotests (master)>```

Can you also add the command to the doc/user/pim6.rst file?

This commit needs to be broken up into small logical units of work such that a reviewer can look at it and understand the logical steps that get you to...