Fixed nodelist index for root zone nodes, added support for IBN:port

This commit is contained in:
zx
2024-07-04 23:05:23 +03:00
parent 46312ebc1b
commit 3f9d10e467
6 changed files with 168 additions and 7 deletions
+1 -1
View File
@@ -127,7 +127,7 @@ static int nodelist_makeindex(s_nodelist *nlp, s_faddr addr)
switch(keyword) {
case KEYWORD_ZONE:
bni.zone = value;
bni.net = 0;
bni.net = value; // zxalexis
bni.node = 0;
bni.point = 0;
bni.hub = 0;