8000 add/del cli by cdburkard · Pull Request #401 · mininet/mininet · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

add/del cli #401

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

add/del cli #401

wants to merge 3 commits into from

Conversation

cdburkard
Copy link
Contributor

First stab at creating a cli that can add/delete objects. This will only work so far with OVS. There is much more that could be done but I think this is simple enough to use.

@cdburkard
Copy link
Contributor Author

fixes #183

@cdburkard
Copy link
Contributor Author

Do we want API calls for each of the add functions? I did not because it seems to conflict with addhost, addswitch and addlink in net.py.

@lantz
Copy link
Member

We probably want to standardize on the delete vs. remove terminology.

Regarding API calls for CLI commands, I'm not sure. Probably it's fine the way you've done it - the methods aren't particularly long.

jhall11 and others added 2 commits October 29, 2014 18:19
	This will make the "links" command not show deleted links
Remove references to links when deleting a link or node.
@lantz lantz force-pushed the master branch 2 times, most recently from 744c073 to 4f8aa1d Compare November 6, 2014 00:53
@lantz
Copy link
Member
lantz commented Nov 7, 2014

Since Link is responsible for link creation, I think it probably should be responsible for link deletion.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants
0