• This project
    • Loading...
  • Sign in

홍길동 / onos

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • onos
  • tools
  • test
  • topos
  • att-onos.py
  • Thomas Vachuska's avatar
    Enhancing ONOS mininet topology approach to remove boilerplate and simplify testing and demos. · 9ee4979c ...
    9ee4979c
    Change-Id: Id8ab2bfa74254560714f4c27a9342693d1dc9788
    Thomas Vachuska authored 2016-03-02 00:52:11 +0000
att-onos.py 97 Bytes
Raw Blame History Permalink
1 2 3 4 5 6
#!/usr/bin/python

from onosnet import run
from attmpls import AttMplsTopo

run( AttMplsTopo() )