Skip to content
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

[BUG] runtime add/remove distributed links #516

Closed
sunil-ll76 opened this issue Oct 7, 2020 · 5 comments
Closed

[BUG] runtime add/remove distributed links #516

sunil-ll76 opened this issue Oct 7, 2020 · 5 comments
Assignees
Labels

Comments

@sunil-ll76
Copy link

Describe the bug
This is a followup on issue#513
Make/Break Link Distributed

To Reproduce
Steps to reproduce the behavior:

  1. Start 2 nodes -node1 on distributed server, node 2 on host server.
  2. Instantiate the session
  3. add_links-p2p interface created to link these wired nodes.
    4.Do a ping between the 2 nodes

Expected behavior
Dynamic links should be handled.Pings should work fine.

Note 1:If this is not a distributed system, this make/break works fine
Note 2:The scenario listed above works if step 3 is done before 2 but we need to use dynamic link functionality for the project.

Please advise.

Desktop (please complete the following information):

  • OS: Ubuntu 18.04
  • CORE Version -Developer version 7.2.0
  • No EMANE- just wired
@sunil-ll76 sunil-ll76 added the bug label Oct 7, 2020
@bharnden
Copy link
Contributor

bharnden commented Oct 7, 2020

Do you see an error? What exactly is the issue? It does not seem clear. Thanks for reporting though.

Provide as much detail as possible, including the specific actions being made and any errors that may result.

@bharnden bharnden self-assigned this Oct 7, 2020
@sunil-ll76
Copy link
Author

sunil-ll76 commented Oct 7, 2020 via email

@sunil-ll76
Copy link
Author

sunil-ll76 commented Oct 7, 2020 via email

@bharnden
Copy link
Contributor

bharnden commented Oct 7, 2020

Now that I think about it, there is a piece of logic ran during session startup to account for the gre tunnel creation. This probably needs to be looked at for considering handling it during runtime.

There may be other ways of disabling links without completely remove them and adding them back, that may help compensate until there is a proper way of handling this.

I will try and take a better look when I get time. Thanks for bringing this up.

@bharnden bharnden changed the title [BUG] [BUG] runtime add/remove distributed links Oct 15, 2020
@bharnden
Copy link
Contributor

I am going to close this, since it is more or less issue #513 as you noted, thanks for helping bring this issue up.

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

No branches or pull requests

2 participants