Use only our advertized tables to send routes
[bgpcep.git] / bgp / rib-spi / src / main / java / org / opendaylight / protocol / bgp / rib / spi / PeerTrackerInformation.java
index bfdf4485bf01c05f070e1d1583bbb72247506ade..b4afa4e9dd898e41cacb730f1a7e35fa129a6dd2 100644 (file)
@@ -53,11 +53,11 @@ public interface PeerTrackerInformation {
     SendReceive getSupportedAddPathTables(@Nonnull TablesKey tableKey);
 
     /**
-     * Returns true if peer supports table and we have advertized support for it, i.e. any prefix from this table should
+     * Returns true if we have advertized support for a table, i.e. any prefix from this table should
      * be subject to export towards the peer.
      *
      * @param tableKey table
-     * @return true if the table is supported by the peer and we have advertized support for it.
+     * @return true if the table is being advertized to the peer.
      */
     boolean supportsTable(@Nonnull TablesKey tableKey);