[Xorp-hackers] Template file problem

Liang Qin lqin@sce.carleton.ca
Thu, 29 Jul 2004 13:01:03 -0400


Hi XORP users,

After I moved code from XORP 0.5 to XORP 1.0, and run with
./xorp_rtrmgr -b config.linux

I got error message like:
ERROR xorp_rtrmgr:4261 RTRMGR +212 main_rtrmgr.cc run ] Shutting down 
due to an init error: PARSE ERROR {Template
File" ......../olp.tp line 3]: syntax error; last symbol parsed was "olp"

but I have the same template file works well in XORP 0.5

my olp.tp:
protocols {
    olp {
       interfaceName: text = "eth1";
      ............
    }
}
..............

I noticed some changes in main_rtrmgr.cc, is it the reason? Is there any 
syntax error in my olp.tp?

Thanks!

Liang