add endpointcost-northbound-route
[alto.git] / test / scripts / northbound / template / endpointcost-filter
1 {
2         "cost-type": {"cost-mode" : "ordinal",
3         "cost-metric" : "routingcost"},
4         "endpoints" : {
5                 "srcs": [ "ipv4:192.0.2.2" ],
6                 "dsts": [
7                         "ipv4:192.0.2.89",
8                         "ipv4:198.51.100.34",
9                         "ipv4:203.0.113.45"
10                 ]
11         }
12 }