Interface BGPTableTypeRegistryProvider

All Superinterfaces:
BGPTableTypeRegistryConsumer

public interface BGPTableTypeRegistryProvider extends BGPTableTypeRegistryConsumer
The BGP extension may provide supported table type (AFI/SAFI).
  • Method Details

    • registerBGPTableType

      @NonNull org.opendaylight.yangtools.concepts.Registration registerBGPTableType(@NonNull AddressFamily afi, @NonNull SubsequentAddressFamily safi, @NonNull AfiSafiType afiSafiType)
      Register supported AFI/SAFI.
      Parameters:
      afi - Local representation of AFI.
      safi - Local representation of SAFI.
      afiSafiType - OpenConfig AFI/SAFI representation.
      Returns:
      Registration ticket.