Skip to content
#

Software-defined networking

Software-defined networking (SDN) separates network control from network data forwarding, allowing networks to be programmed and centrally managed with standard protocols. SDN is an enabler of network virtualization, or the ability to run multiple virtual network topologies on a shared physical network.

Here are 354 public repositories matching this topic...

richardcrichardc
richardcrichardc commented Mar 21, 2020

In the text in section 3.3 of the manual it says: Let’s give it tag ID 100

Then in the example, has switched to tag id 10:

  {
    "type": "MATCH_TAGS_DIFFERENCE",
    "not": false,
    "or": false,
    "id": 10,
    "value": 0
  }, 

And following paragraph: difference between tags with tag ID 10 is zero

Looks like a typo and all should either be 10 or 100.

cglewis
cglewis commented Oct 30, 2019
  • what is the name of the switch for mirroring (name defined in the faucet.yaml, not dns, for example)
  • the port that Poseidon uses for mirroring needs to be controlled by Faucet, therefore it needs to be an openflow port
  • the port that Poseidon uses needs to be configured in faucet.yaml to be output_only: true and no native vlan (a port for mirroring from Faucet's perspective)
  • Requiremen
stratum
pudelkoM
pudelkoM commented Jan 22, 2020

Setting flags on all our targets is preferable to global flags via .bazelrc, because the later applies to ALL code, including external. This limits the options we can actually use. Enabling all warnings for example results in an useless torrent of compiler output from code we have no influence over. External code also does not always support instrumentation and breaks if compiled with, e.g., ASA

You can’t perform that action at this time.