go.ligato.io/vpp-agent/v3@v3.5.0/tests/robot/resources/linux_default_static_route.json (about)

     1  {
     2    "outgoing_interface": "${interface}",
     3    "scope": "GLOBAL",
     4    "dst_network": "${destination_network}",
     5    "gw_addr": "${next_hop}",
     6    "metric": ${metric}
     7  }