Skip to content
Snippets Groups Projects
Commit 17cafd31 authored by Lubos Slovak's avatar Lubos Slovak
Browse files

Adding empty non-terminals to zone.

Empty non-terminals are created after creating the zone list and
  before inserting into ZDS. The algorithm is quite straightforward
  - for each node it finds a 'parent' node and creates all nodes
    'missing' between the parent and the node. Search for parent
    optimized by saving the last parent + jumping directly to zone
    apex if number of common labes is equal to size of the zone
    apex' owner name.

Added function zn_is_empty().
Skipping empty nodes when processing non-authoritative nodes.
parent 9055f65f
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment