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

[sliceable_switch] error: Duplicated path found. #8

Closed
r-mibu opened this issue Jun 7, 2012 · 1 comment
Closed

[sliceable_switch] error: Duplicated path found. #8

r-mibu opened this issue Jun 7, 2012 · 1 comment

Comments

@r-mibu
Copy link
Contributor

r-mibu commented Jun 7, 2012

After I changed a slice definition/configuration while running sliceable_switch,
I got some error like:
Thu Jun 7 15:20:54 2012 [error] Duplicated path found.
Thu Jun 7 15:20:54 2012 [error] Failed to set up path.

I guess this error caused by path_entries that are left after load_slice_definitions_from_sqlite().
Path_entries are added at setup_path() (sliceable_switch.c 220),
but not deleted when delete_all_flows() (slice.c 547).

Related Commit:
ac2adec
flow_manager supported

I'm not sure that we should add delete_path_db() and create_path_db() after delete_all_flows(),
or modify "delete_affected_flows()".

@r-mibu r-mibu closed this as completed Apr 4, 2013
@r-mibu
Copy link
Contributor Author

r-mibu commented Apr 5, 2013

I checked that this bug has been fixed.

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

No branches or pull requests

1 participant