Class MultiPathSupportImpl

    • Method Detail

      • createParserMultiPathSupport

        public static MultiPathSupport createParserMultiPathSupport​(@NonNull List<AddressFamilies> addPathCapabilities)
        Creates instance of MultiPathSupport holder to be used as a parser constraint, hence only "send" add-path capabilities are taken into the account.
        Parameters:
        addPathCapabilities - The remote add-path capabilities list.
        Returns:
        MultiPathSupport instance.
      • isTableTypeSupported

        public boolean isTableTypeSupported​(BgpTableType tableType)
        Description copied from interface: MultiPathSupport
        Check if requested AFI/SAFI is supported.
        Specified by:
        isTableTypeSupported in interface MultiPathSupport
        Parameters:
        tableType - Table type to check
        Returns:
        True if the table type is supported.