frenetic-lang / pyretic

The Pyretic language and runtime system
http://frenetic-lang.org/pyretic/
159 stars 99 forks source link

policy_changes generator bug #2

Closed joshreich closed 11 years ago

joshreich commented 11 years ago

policy_changes generator in network.py does not appear to work. made several attempts to fix, but no luck. If the code seems straightforward to Nate, he should take a stab, otherwise this need Chris. Also while fixing, adding inline comments on how generator code works would be extremely helpful. see examples/monitor_policy.py to see failure in action

monsanto commented 11 years ago

It works fine, the problem is that you are monitoring a forked network. There are no policy changes on that fork.

joshreich commented 11 years ago

Ah, I get it. Cool.

On Jan 11, 2013, at 2:29 AM, Christopher Monsanto notifications@github.com wrote:

It works fine, the problem is that you are monitoring a forked network. There are no policy changes on that fork.

— Reply to this email directly or view it on GitHub.