Hi All,

I am new to nox controller and need some clarifications.
First doubt is regarding authenticator.

In nox.cc code we have:


void Handshake_fsm::check_switch_auth() {
 
  Switch_Auth* auth = nox::get_switch_auth(); 
  if(!auth) { 
    lg.dbg("No switch auth module registered, auto-approving switch\n"); 
    switch_approved = true;
    state = REGISTER_SWITCH; 
    run();
    return; 
  }  


Does this mean that switches are always auto-authenticated? How about hosts? 
Are they also auto-authenticated?

Second doubt is regarding PYRT  that loads description files etc. I have not 
been able to trace the function in nox_main.cc or nox.cc calling PYRT? 


http://noxrepo.org/pipermail/nox-dev_noxrepo.org/2009-October/000880.html


      
_______________________________________________
nox-dev mailing list
[email protected]
http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org

Reply via email to