Regenerated policies don't match policies used for PLDI

Issue #9 resolved
Aaron Gember-Jacobson created an issue

For many networks every traffic class switches from always reachable (policies used for PLDI) to always blocked (regenerated policies).

Comments (5)

  1. Aaron Gember-Jacobson reporter

    Commit 3445858 stopped the installation of edges that allow source and destination on same device to be reachable. Issue resolved by 1be2b38 by adding edges that go directly from source to destination vertex, without passing through any process vertices.

    Still need to make changes to repair code to account for edges directly between source and destination.

  2. Aaron Gember-Jacobson reporter

    Modified the repair code to account for edges directly between source and destination.

  3. Log in to comment