Interface PeerGroupConfigLoader

    • Method Detail

      • getPeerGroup

        @Nullable PeerGroup getPeerGroup​(@NonNull org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Bgp> instanceIdentifier,
                                         @NonNull String neighbor)
        Loads Peer GROUP configuration from CONFIG DS.
        Parameters:
        instanceIdentifier - Protocol BGP Instance identifier.
        neighbor - peer Group name.
        Returns:
        peer group or null.