Skip to content
  • Marek Vavrusa's avatar
    e934d1c3
    Proper rightmost node fetch in zone tree. · e934d1c3
    Marek Vavrusa authored
    This was wrong for cases like NSEC3 where no common suffix, like
    the apex, is not in zone. Since the nodes are linked in circular
    fashion, the easy solution is to find leftmost node and take it's
    predecesor, which should be the rightmost node.
    
    Change-Id: I5fa3714a889f159c682b255aeeef7d466f8be2ce
    e934d1c3
    Proper rightmost node fetch in zone tree.
    Marek Vavrusa authored
    This was wrong for cases like NSEC3 where no common suffix, like
    the apex, is not in zone. Since the nodes are linked in circular
    fashion, the easy solution is to find leftmost node and take it's
    predecesor, which should be the rightmost node.
    
    Change-Id: I5fa3714a889f159c682b255aeeef7d466f8be2ce
Loading