Interface NeighbourIpMulticastAfConfig

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, NeighbourBaseAfConfig, NeighbourCastAfConfig, NeighbourCommonAfConfig, SlowPeerConfig
    All Known Subinterfaces:
    Multicast, Multicast, NeighbourIpUnicastAfConfig, Unicast, Unicast

    public interface NeighbourIpMulticastAfConfig
    extends org.opendaylight.yangtools.yang.binding.DataObject, NeighbourCastAfConfig
    A set of configuration parameters that is applicable to ip multicast.

    This class represents the following YANG schema fragment defined in module bgp

     grouping neighbour-ip-multicast-af-config {
       uses neighbour-cast-af-config;
       leaf route-server-client-context {
         type string;
       }
     }
     
    The schema path to identify an instance is bgp/neighbour-ip-multicast-af-config