Exercises pyretic debugging: Difference between revisions

Jump to navigation Jump to search
Line 14: Line 14:
**** Now, modify the given code to allow h2 traffic to pass through to h3, when h1 is "infected".  
**** Now, modify the given code to allow h2 traffic to pass through to h3, when h1 is "infected".  
** Now, check if the "exempt" case is working fine too
** Now, check if the "exempt" case is working fine too
** if time permits, check and improve code to allow h1 to ping h2
 
** If time permits, try fixing [https://dl.dropboxusercontent.com/u/1652374/SDN_Course/Exercises/pyretic_gardenwall_internetsolution.py this] code for the "infected" case.
** (Not Needed): Try fixing [https://dl.dropboxusercontent.com/u/1652374/SDN_Course/Exercises/pyretic_gardenwall_internetsolution.py this] code for the "infected" case.