Victor Faion <[email protected]> wrote: > Hello, > > In my XORP process I have a few parameters that are set in config.boot > and these send XRLs to set some fields in my process. These seem to be > getting sent when the eventloop's run function is called and I was > wondering if/how it's possible to send these XRLs before this?
You can't. Sending an XRL is an event and all events are handled by the eventloop (when its run() function is executed). Regards, Pavlin > Victor > > _______________________________________________ > Xorp-hackers mailing list > [email protected] > http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-hackers _______________________________________________ Xorp-hackers mailing list [email protected] http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-hackers
