Interface BGPTableTypeRegistryProvider
- All Superinterfaces:
BGPTableTypeRegistryConsumer
The BGP extension may provide supported table type (AFI/SAFI).
-
Method Summary
Modifier and TypeMethodDescription@NonNull org.opendaylight.yangtools.concepts.Registration
registerBGPTableType
(@NonNull AddressFamily afi, @NonNull SubsequentAddressFamily safi, @NonNull AfiSafiType afiSafiType) Register supported AFI/SAFI.Methods inherited from interface org.opendaylight.protocol.bgp.openconfig.spi.BGPTableTypeRegistryConsumer
getAfiSafiType, getAfiSafiType, getTableKey, getTableType
-
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.
-