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

     1  {
     2    "index":"${sa_index}",
     3    "spi": ${spi},
     4    "protocol": 1,
     5    "crypto_alg": 1,
     6    "crypto_key": "${crypto_key}",
     7    "integ_alg": 2,
     8    "integ_key": "${integ_key}"
     9  }