Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 362 Bytes

Notes.md

File metadata and controls

14 lines (11 loc) · 362 Bytes

Generate OpenFlow rules for Mininet switches

  • Generate transfer functions

    • cd utils
    • python generate_stanford_ip_fwd_tf.py
  • Generate OpenFlow rules

    • mkdir work/stanford_openflow_rules
    • cd utils
    • python generate_stanford_openflow_rules.py
  • Deploy to mahak location

    • mkdir /tmp/of_rules
    • cp work/stanford_openflow_rules/* /tmp/of_rules