Re: NEW net/mininet

2017-08-14 Thread Ayaka Koshibe
Apologies, wrong attachment - correct one attached. On Mon, Aug 14, 2017 at 2:25 PM, Ayaka Koshibe <akosh...@gmail.com> wrote: > I've addressed the comments - updates attached. > >> `make test' says "Ran 0 tests in 0.000s"; that's not intentional, is it? > > The

NEW net/mininet

2017-08-13 Thread Ayaka Koshibe
Mininet creates a realistic virtual network, running real kernel, switch and application code, on a single machine (VM, cloud or native), in seconds, with a single command Because you can easily interact with your network using the Mininet CLI (and API), customize it, share it with others, or

Re: NEW net/mininet

2017-08-30 Thread Ayaka Koshibe
Thanks for the comments/review. (I see that diffs usually go in a [UPDATE] thread - I will start a new thread if that is more appropriate) The following removes some packages/imports that prevent the port from building when the non-OpenBSD files are removed. OK? Index:

net/mininet - request to enable

2017-09-09 Thread Ayaka Koshibe
Hi, The most recent commit fixes the issue where the 'iperf' command kills X -- ok to link to build? Thanks, Ayaka

UPDATE net/mininet

2017-09-12 Thread Ayaka Koshibe
Hi all, This update fixes a bug introduced in the last revision. It also moves the examples to /usr/local/share/examples as it should be. The two example files left under /lib/python are actually not examples, but beta features which upstream had lumped in with examples. OK? Thanks, Ayaka

Fwd: [UPDATE] net/mininet

2017-09-02 Thread Ayaka Koshibe
Sorry, accidentally didn't include ports@ when hitting reply. -- Forwarded message -- From: Ayaka Koshibe <akosh...@gmail.com> Date: Sat, Sep 2, 2017 at 1:11 AM Subject: Re: [UPDATE] net/mininet To: Stuart Henderson <s...@spacehopper.org> > Please add "REV

Re: Fwd: [UPDATE] net/mininet

2017-09-02 Thread Ayaka Koshibe
> Yes, OK. But could you remove pyflakes from RUN_DEPENDS as well? > I think that's just used for tests. Oops, I missed that. The same was also true for py-pexpect, so removing that too. Thanks, Ayaka Index: Makefile === RCS file:

[UPDATE] net/mininet

2017-08-31 Thread Ayaka Koshibe
Hi, This update removes the unneeded install notes and Linux and FreeBSD -related files. The attached diff is for the 16 or so removed files. Also copying over the changes to get the port to build/install when the files are removed. Thanks, Ayaka Index: patches/patch-mininet_moduledeps_py

Re: UPDATE net/mininet

2017-11-29 Thread Ayaka Koshibe
Hi all, I have one more follow-up to add back a missing switchd(8) config file, and to remove a bash invocation that I'd missed earlier. Thanks, Ayaka Index: Makefile === RCS file: /cvs/ports/net/mininet/Makefile,v retrieving

Re: [NEW] lang/spin

2017-12-17 Thread Ayaka Koshibe
On Tue, Dec 12, 2017 at 5:32 AM, Brian Callahan wrote: > > On 12/12/17 03:13, Ori Bernstein wrote: >> >> On Sat, 9 Dec 2017 19:35:30 -0500, Brian Callahan >> wrote: >> >>> This is still looking for an ok for me to import (or free commits for >>> you! just go

Re: UPDATE net/mininet

2017-11-19 Thread Ayaka Koshibe
Hi all, I've updated the previous diff to also remove patches for install-related scripts that are never used, and hopefully to fix whatever else I did to the diffs. Thanks, Ayaka Index: Makefile === RCS file:

Re: [BUG] net/mininet: missing runtime dependency

2018-05-09 Thread Ayaka Koshibe
On Wed, May 9, 2018 at 9:11 PM, Leonid Bobrov wrote: > Hi! > > I don't know which port installs tc command (does it even exist?), so: Hi, Unfortunately a large chunk of the features still need work, either in the form of ported dependencies or translation over to

UPDATE net/mininet

2017-10-20 Thread Ayaka Koshibe
Hi all, This is a minor update undoing an unneeded change (that also seemed buggy) that I made while porting. OK? Thanks, Ayaka Index: patches/patch-mininet_node_py === RCS file:

UPDATE: net/mininet - various bug fixes

2018-02-18 Thread Ayaka Koshibe
Hi, These are fixes for various bugs. - Repeated output for 'dpctl' CLI command - Iperf ignoring interrupt from CLI - DPID value not passed to switch(4) nodes for assignment - switch(4) nodes with control channels created later in startup won't have their channels forwarded to a remote

net/mininet remove MODPY_DEFAULT_VERSION_2

2018-09-07 Thread Ayaka Koshibe
Hi, Removing MODPY_DEFAULT_VERSION_2 since that seems to be preferred at this point in time. OK? Thanks, Ayaka Index: Makefile === RCS file: /cvs/ports/net/mininet/Makefile,v retrieving revision 1.10 diff -u -p -u -r1.10 Makefile

Re: net/mininet remove MODPY_DEFAULT_VERSION_2

2018-09-07 Thread Ayaka Koshibe
On Fri, Sep 07, 2018 at 11:16:05AM +0200, Solene Rapenne wrote: > Ayaka Koshibe wrote: > > Hi, > > > > Removing MODPY_DEFAULT_VERSION_2 since that seems to be preferred at this > > point in time. > > > > OK? > > &

UPDATE: net/mininet - various bug fixes

2018-04-07 Thread Ayaka Koshibe
And I found the manpage for mn isn't generated properly during last-minute testing... Updated Makefile diff, plus cleanup to run MAKEDEV in /dev, rather than create and move a file, as suggested by phessler. Thanks, Ayaka Index: Makefile

UPDATE: net/mininet - various bug fixes

2018-04-15 Thread Ayaka Koshibe
On Sun, Apr 08, 2018 at 07:17:30PM +0200, Klemens Nanni wrote: > On Sat, Apr 07, 2018 at 05:50:54PM -0700, Ayaka Koshibe wrote: > > And I found the manpage for mn isn't generated properly during last-minute > > testing... > > > > Updated Makefile diff, plus cleanup to

UPDATE: net/mininet - various bug fixes

2018-04-15 Thread Ayaka Koshibe
yping of software defined networks > > DISTNAME = mininet-0.0.20170813 > -REVISION = 4 > +REVISION = 5 > GH_ACCOUNT = mininet > GH_PROJECT = mininet > GH_COMMIT = 87e26ef931ee6063332ceba77db472140f832d3a > @@ -18,33 +18,30 @@ MAINTAINER = Ayaka Koshibe &l

UPDATE: net/mininet - various bug fixes

2018-04-02 Thread Ayaka Koshibe
ping > > ping? > > > Index: Makefile > > === > > RCS file: /cvs/ports/net/mininet/Makefile,v > > retrieving revision 1.6 > > diff -u -p -u -r1.6 Makefile > > --- Makefile7 Dec 2017 06:33:40 - 1.6 > > +++ Makefile

Re: Mininet Topology

2018-10-28 Thread Ayaka Koshibe
On Thu, Oct 25, 2018 at 11:31:42PM -0700, stephan wrote: > For some reason I am having a hard time running mininet which produces the > forwarding rules. > > Anyways here is my code: > > import java.io.File; > import java.io.PrintWriter; > import java.io.FileWriter; > import

Re: Mininet Topology

2018-10-29 Thread Ayaka Koshibe
On Sun, Oct 28, 2018 at 7:46 PM Rans wrote: > > Hi Ayaka, > Thanks for replying. > I’m confusing . can I resend this code to you with more clarifications ? Please don't drop the list. No need to repost unless you've modified it. What would help is if you can explain how your code is related to

Re: [UPDATE] net/mininet: new MASTER_SITES, remove patches, and use uploaded assets

2018-09-02 Thread Ayaka Koshibe
On Mon, Sep 03, 2018 at 12:15:03AM +0200, Klemens Nanni wrote: > On Thu, Aug 16, 2018 at 08:37:51PM -0700, Ayaka Koshibe wrote: > > I've been talking with the maintainer of the project and was told that I can > > use my fork of the repo as the upstream for this port. I wasn't sure

CVS: cvs.openbsd.org: ports

2017-09-16 Thread Ayaka Koshibe
CVSROOT:/cvs Module name:ports Changes by: akosh...@cvs.openbsd.org2017/09/16 00:03:05 Modified files: net/mininet: Makefile net/mininet/patches: patch-mininet_node_py patch-setup_py net/mininet/pkg: PLIST Log message: Move examples to

CVS: cvs.openbsd.org: ports

2017-09-18 Thread Ayaka Koshibe
CVSROOT:/cvs Module name:ports Changes by: akosh...@cvs.openbsd.org2017/09/18 16:23:29 Modified files: net: Makefile Log message: Enable mininet. OK phessler@ sthen@

CVS: cvs.openbsd.org: ports

2017-09-09 Thread Ayaka Koshibe
CVSROOT:/cvs Module name:ports Changes by: akosh...@cvs.openbsd.org2017/09/09 15:18:30 Modified files: net/mininet: Makefile net/mininet/patches: patch-mininet_basenode_py patch-mininet_net_py patch-mininet_node_py

CVS: cvs.openbsd.org: ports

2017-08-21 Thread Ayaka Koshibe
CVSROOT:/cvs Module name:ports Changes by: akosh...@cvs.openbsd.org2017/08/21 12:47:12 Log message: Mininet creates a realistic virtual network, running real kernel, switch and application code, on a single machine (VM, cloud or native), in seconds, with a

CVS: cvs.openbsd.org: ports

2017-09-02 Thread Ayaka Koshibe
CVSROOT:/cvs Module name:ports Changes by: akosh...@cvs.openbsd.org2017/09/02 17:10:52 Modified files: net/mininet: Makefile net/mininet/patches: patch-mininet_moduledeps_py patch-setup_py net/mininet/pkg: PLIST Removed files:

CVS: cvs.openbsd.org: ports

2017-12-17 Thread Ayaka Koshibe
CVSROOT:/cvs Module name:ports Changes by: akosh...@cvs.openbsd.org2017/12/17 16:38:19 Log message: Import spin-6.4.7 Spin is a software verification tool for analyzing the consistency of asynchronous systems. Examples of asynchronous systems include

CVS: cvs.openbsd.org: ports

2017-12-17 Thread Ayaka Koshibe
CVSROOT:/cvs Module name:ports Changes by: akosh...@cvs.openbsd.org2017/12/17 16:41:25 Modified files: lang : Makefile Log message: Link lang/spin to build.

CVS: cvs.openbsd.org: ports

2017-12-06 Thread Ayaka Koshibe
CVSROOT:/cvs Module name:ports Changes by: akosh...@cvs.openbsd.org2017/12/06 23:33:40 Modified files: net/mininet: Makefile net/mininet/patches: patch-mininet_basenode_py patch-mininet_node_py

CVS: cvs.openbsd.org: ports

2018-09-07 Thread Ayaka Koshibe
CVSROOT:/cvs Module name:ports Changes by: akosh...@cvs.openbsd.org2018/09/07 07:08:43 Modified files: net/mininet: Makefile Log message: Remove MODPY_DEFAULT_VERSION_2 to follow generally favored convention. Brought to my attention by danj - thanks. OK

CVS: cvs.openbsd.org: ports

2018-09-06 Thread Ayaka Koshibe
CVSROOT:/cvs Module name:ports Changes by: akosh...@cvs.openbsd.org2018/09/06 08:12:04 Modified files: net/mininet: Makefile distinfo net/mininet/pkg: PLIST Removed files: net/mininet/patches: patch-README_md patch-bin_mn

CVS: cvs.openbsd.org: ports

2018-04-10 Thread Ayaka Koshibe
CVSROOT:/cvs Module name:ports Changes by: akosh...@cvs.openbsd.org2018/04/10 01:55:10 Modified files: net/mininet: Makefile net/mininet/patches: patch-mininet_cli_py patch-mininet_net_py patch-mininet_node_py