go.ligato.io/vpp-agent/v3@v3.5.0/tests/robot/resources/linux_static_route_without_interface.json (about) 1 { 2 "scope": "GLOBAL", 3 "dst_network": "${ip}/${prefix}", 4 "gw_addr": "${next_hop}", 5 "metric": ${metric} 6 }