[Xorp-hackers] PARSE ERROR in configure file

Liang Qin lqin@sce.carleton.ca
Fri, 22 Oct 2004 11:27:48 -0400


Hi XORP users,

I add one parameter in protocol module ap's template file ap.tp:
    interfaceName: txt = "eth2";

it works well so far. then I allow user to modify it in the configure 
file config.boot
when using rtrmgr -b config.boot

protocols {
    ap {
       interfaceName eth1
    }
}

but I got a PARSE ERROR: syntax error.

Thanks!

Liang Qin