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

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

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

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

vty_app = apps[0]