aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/geneve
AgeCommit message (Expand)AuthorFilesLines
2019-04-08fixing typosJim Thompson1-1/+1
2019-03-28Typos. A bunch of typos I've been collecting.Paul Vinciguerra1-4/+4
2019-03-06geneve: migrate old MULTIARCH macros to VLIB_NODE_FNFilip Tehlar4-57/+44
2018-11-14Remove c-11 memcpy checks from perf-critical codeDave Barach1-3/+3
2018-10-23c11 safe string handling supportDave Barach3-6/+6
2018-09-25L2 BD: introduce a BD interface on which to send UU packetsNeale Ranns1-2/+2
2018-09-07geneve: fix variable initial valueZhiyong Yang1-1/+1
2018-07-19Remove unused argument to vlib_feature_nextDamjan Marion1-6/+3
2018-07-11avoid using thread local storage for thread indexDamjan Marion2-2/+2
2018-05-04Harmonize vec/pool_get_aligned object sizes and alignment requestsDave Barach1-0/+3
2018-02-01FIB: Consolidate several copies of fib_ip_proto() into one.Jon Loeliger1-6/+0
2018-01-24Improve tunnel interface creation performanceJohn Lo1-14/+5
2018-01-23VPPAPIGEN: vppapigen replacement in Python PLY.Ole Troan1-1/+1
2018-01-13Improve "show xxx tunnel" and "show int addr" outputJohn Lo1-7/+7
2018-01-11api: remove transport specific code from handlersFlorin Coras1-10/+8
2018-01-09api: refactor vlibmemoryFlorin Coras1-2/+2
2018-01-05Unify and cleanup usage of hash_set/unset_mem by various tunnelsJohn Lo1-26/+7
2017-11-27Address COVERITY warningsMarco Varlese1-0/+6
2017-11-26FIB: store the node type not the function pointer.Neale Ranns1-2/+0
2017-11-24GENEVE: shift/mask for headerMarco Varlese3-51/+133
2017-10-24Add extern to *_main global variable declarations in header files.Dave Wallace1-1/+1
2017-10-17Add API versioning to GENEVE tunnel implementation.Marco Varlese1-1/+3
2017-10-06Initial GENEVE TUNNEL implementation and tests.Marco Varlese8-0/+3794
me.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */ }
output "vpc_id" {
  value       = aws_vpc.vpc.id
  description = "The ID of the VPC."
}

output "vpc_ipv6_cidr_block" {
  value       = aws_vpc.vpc.ipv6_cidr_block
  description = "IPv6 CIDR block."
}

output "vpc_main_route_table_id" {
  value       = aws_vpc.vpc.main_route_table_id
  description = "The ID of the Main Route Table."
}

output "vpc_subnet_id" {
  value       = aws_subnet.subnet.id
  description = "The ID of the Subnet."
}

output "vpc_security_group_id" {
  value       = aws_security_group.security_group.id
  description = "The ID of the Security Group."
}