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

     1  {
     2    "vrf_id": ${id},
     3    "dst_network": "${ip}/${prefix}",
     4    "next_hop_addr": "${next_hop}",
     5    "outgoing_interface": "${interface}"
     6  }