summaryrefslogtreecommitdiff
path: root/pimd/pim_cmd_common.c
diff options
context:
space:
mode:
authorJafar Al-Gharaibeh <jafar@atcorp.com>2022-07-28 15:38:50 -0500
committerJafar Al-Gharaibeh <jafar@atcorp.com>2022-07-28 16:27:19 -0500
commit90937e420c9a02f61dfb43ce426b573186b2e591 (patch)
tree5d9d7745b0264a43ba4b1f65991faa64842f783e /pimd/pim_cmd_common.c
parentb5e08672eae95e880496702d375e6bbd7c3501aa (diff)
pimd: fix static mroute to also take into account the input interface
Allow the same group/source route to be configured on more than one interface. Currently FRR doesn't allow adding the same mroute on different input interfaces. Current behavior, if we have the following config: ``` interface eth1 ip mroute eth0 239.0.0.1 interface eth2 ip mroute eth0 239.0.0.1 ``` Only one multicast route will be installed with an input interface of the last interface configured. Signed-off-by: Nathan Bahr <nbahr@atcorp.com> Signed-off-by: Jafar Al-Gharaibeh <jafar@atcorp.com>
Diffstat (limited to 'pimd/pim_cmd_common.c')
0 files changed, 0 insertions, 0 deletions