Fix ll graceful-restart-config
[bgpcep.git] / bgp / rib-impl / src / main / java / org / opendaylight / protocol / bgp / rib / impl / BGPPeer.java
index 609c507755e1a2d8008a1055bf27a92a69a3d1e8..44fdae3396ef504c1c1d8e88687b5e2f85b1ddf8 100644 (file)
@@ -432,7 +432,7 @@ public class BGPPeer extends AbstractPeer implements BGPSessionListener {
             for (org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.mp
                     .capabilities.ll.graceful.restart.capability.Tables table : advertisedLLTables) {
                 llTablesReceived.put(new TablesKey(table.getAfi(), table.getSafi()),
-                    table.getLongLiveStaleTime().intValue());
+                    table.getLongLivedStaleTime().intValue());
             }
         } else {
             llTablesReceived = Collections.emptyMap();