This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from pyretic.lib.corelib import * | |
from pyretic.lib.std import * | |
from pyretic.lib.query import * | |
from pyretic.modules.mac_learner import * | |
from sys import maxint | |
################################################ | |
# Translate from | |
# client -> public address : client -> servers | |
# server -> client : public address -> client | |
################################################ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"application": { | |
"dpctl": "", | |
"ipBase": "10.0.0.0/8", | |
"netflow": { | |
"nflowAddId": "0", | |
"nflowTarget": "", | |
"nflowTimeout": "600" | |
}, | |
"openFlowVersions": { |
NewerOlder