周杰 wrote: > > Hi ,XORP, > > I am working to add a new process to Xorp. > However, now ,I want to know how to add a > new command into xorp. > could someone help me? > thank you very much!! >
Hi 周杰, Take a look in etc/templates/*.cmds files. They define the commands that xorpsh issues. These commands are sent to the target process by send_cli_processor_xrl, where they should be handled by the implementation of cli_processor.xif interface. Regards, - Samuel _______________________________________________ Xorp-hackers mailing list [email protected] http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-hackers
