aboutsummaryrefslogtreecommitdiffstats
path: root/osmoappdesc.py
blob: 02ccda6d87b1be43d24e346d98c23c2d48096553 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/env python

app_configs = {
    "osmo-stp": ["doc/examples/osmo-stp.cfg"],
}

apps = [(4239, "stp/osmo-stp", "OsmoSTP", "osmo-stp"),
        ]

vty_command = ["./stp/osmo-stp", "-c", "doc/examples/osmo-stp.cfg"]

vty_app = apps[0]