summaryrefslogtreecommitdiffstats
path: root/vpp-api/java/m4/ax_prog_jar.m4
diff options
context:
space:
mode:
authorPavel Kotucek <pavel.kotucek@pantheon.tech>2016-06-07 14:44:26 +0200
committerKeith Burns <alagalah@gmail.com>2016-06-27 13:47:34 +0000
commit20c90f765dd0350892421e1dea544752108f4ce9 (patch)
treebc90a2cba4f365ec31b7db144412dd85fcd31147 /vpp-api/java/m4/ax_prog_jar.m4
parent8e39bb402afd5908f5b2747bcbb0cc5ffd06bacf (diff)
VPP-108 : API calls to read classify table and sessions
Added new API calls to read - classify table ids as array - classify table ids for specified interface - classsify table info and to dump sessions of specified classify table. Change-Id: I089604fa98eea92866495089d76c2330ae7d850c Signed-off-by: Pavel Kotucek <pavel.kotucek@pantheon.tech>
Diffstat (limited to 'vpp-api/java/m4/ax_prog_jar.m4')
0 files changed, 0 insertions, 0 deletions
aboutsummaryrefslogtreecommitdiffstats
path: root/fdio.infra.terraform/terraform-aws-elastic-beanstalk-environment/example/versions.tf
blob: af1be4a4e12cd14faf75e0f2611a5df707642bbc (plain)
1
2
3
4
5
6
7
8
9
terraform {
  required_providers {
    aws = {
      source  = "hashicorp/aws"
      version = ">= 4.3.0"
    }
  }
  required_version = ">= 1.1.4"
}