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

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]