Router: LS2 handling for proposal 123

This commit is contained in:
zzz
2018-11-13 18:00:05 +00:00
parent ddfc7c05ef
commit b695242daf
12 changed files with 81 additions and 38 deletions

View File

@@ -38,7 +38,6 @@ public class Lease2 extends Lease {
return DataHelper.eq(_end, lse.getEndDate())
&& DataHelper.eq(_tunnelId, lse.getTunnelId())
&& DataHelper.eq(_gateway, lse.getGateway());
}
@Override