Project

General

Profile

Actions

Bug #2814

closed

Error: Expect prefix-update-validator section

Added by Junxiao Shi almost 9 years ago. Updated almost 9 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
05/14/2015
Due date:
% Done:

100%

Estimated time:

Description

Steps to reproduce:

  1. start NLSR 0.2.0 with the following configuration
general {
  network /net
  site site
  router h0x0
  log-level DEBUG
  log-dir /var/log/ndn/
  seq-dir /var/log/ndn/
}

neighbors {
  neighbor {
    name /net/site/h0x1
    face-uri udp4://10.0.0.2:6363
  }
  neighbor {
    name /net/site/h1x0
    face-uri udp4://10.0.0.6:6363
  }
}

fib {
  max-faces-per-prefix 1
}

advertising {
  prefix /h0x0
}

security {
  validator {
    trust-anchor {
      type any
    }
  }
}

Expected: NLSR starts successfully

Actual:

Error: Expect prefix-update-validator section
Error in configuration file processing! Exiting from NLSR

docs/SECURITY-CONFIG.rst does not say prefix-update-validator section is required, so it should be optional.

Actions

Also available in: Atom PDF