diff options
Diffstat (limited to 'tests/topotests/pim_basic/rp/upstream.json')
-rw-r--r-- | tests/topotests/pim_basic/rp/upstream.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/topotests/pim_basic/rp/upstream.json b/tests/topotests/pim_basic/rp/upstream.json new file mode 100644 index 0000000..c33dea4 --- /dev/null +++ b/tests/topotests/pim_basic/rp/upstream.json @@ -0,0 +1,17 @@ +{ + "229.1.1.1":{ + "10.0.20.2":{ + "sourceStream":true, + "inboundInterface":"rp-eth0", + "rpfAddress":"10.0.20.2", + "source":"10.0.20.2", + "group":"229.1.1.1", + "state":"NotJ", + "joinState":"NotJoined", + "regState":"RegNoInfo", + "resetTimer":"--:--:--", + "refCount":1, + "sptBit":0 + } + } +} |