[Xorp-hackers] Re: [Xorp-users] Template file problem

Mark Handley M.Handley@cs.ucl.ac.uk
Thu, 29 Jul 2004 18:48:14 +0100


>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";
>      ............
>    }
>}

My apologies for the cryptic error message - rewriting this parser is
on my to-do list.

I believe the problem is probably the use of the type "text" when it
should be "txt".

Cheers,
	Mark