From greearb at candelatech.com Mon Jun 3 14:33:19 2013 From: greearb at candelatech.com (Ben Greear) Date: Mon, 03 Jun 2013 14:33:19 -0700 Subject: [Xorp-hackers] Xmpp support in XORP In-Reply-To: References: Message-ID: <51AD0B9F.9030100@candelatech.com> On 05/10/2013 06:53 AM, Avinash Sridharan wrote: > Hi, > I was wondering if XORP comes with an XMPP server. I was trying to see if there is an interface that can be used by third party routing stacks (say an open flow > controller) to remotely configure XORP. You can use xorpsh as a command-line interface to (re)configure Xorp. It takes commands on the cmd-line so you can batch it from another program fairly easily. CRC.gc.ca folks posted a xorp wrapper that might be useful for this, but I think the patches I added to it to fix some compile problems broke it somehow. I don't have a way to test the wrapper at this time. Thanks, Ben -- Ben Greear Candela Technologies Inc http://www.candelatech.com From noreply at github.com Mon Jun 3 15:31:35 2013 From: noreply at github.com (GitHub) Date: Mon, 03 Jun 2013 15:31:35 -0700 Subject: [Xorp-hackers] [greearb/xorp.ct] b61a38: Fix compile with 'shared=no'. Message-ID: <51ad19473f571_18cc1161de4808b9@hookshot-fe4-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/greearb/xorp.ct Commit: b61a38a61be9f5deccd3b3dfa2663b0fe580529f https://github.com/greearb/xorp.ct/commit/b61a38a61be9f5deccd3b3dfa2663b0fe580529f Author: Ben Greear Date: 2013-06-03 (Mon, 03 Jun 2013) Changed paths: M xorp/bgp/harness/SConscript M xorp/cli/tools/SConscript M xorp/fea/SConscript M xorp/libxipc/tests/SConscript M xorp/rtrmgr/SConscript Log Message: ----------- Fix compile with 'shared=no'. Part of this patch was written by howard.liu at foxmail.com. Reported-by: howard.liu at foxmail.com Signed-off-by: Ben Greear From noreply at github.com Tue Jun 4 16:00:27 2013 From: noreply at github.com (GitHub) Date: Tue, 04 Jun 2013 16:00:27 -0700 Subject: [Xorp-hackers] [greearb/xorp.ct] c51919: Fix build on Windows. Message-ID: <51ae718bb08f7_324058ddd8138554@hookshot-fe2-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/greearb/xorp.ct Commit: c51919272def36220ae0c84e827bcdd4cfe297b7 https://github.com/greearb/xorp.ct/commit/c51919272def36220ae0c84e827bcdd4cfe297b7 Author: Ben Greear Date: 2013-06-04 (Tue, 04 Jun 2013) Changed paths: M xorp/cli/tools/SConscript Log Message: ----------- Fix build on Windows. mingw doesn't have 'rt' library.