Skip to content

Commit

Permalink
Merge pull request #25257 from notpeter/SourceDestCheck
Browse files Browse the repository at this point in the history
Document SourceDestCheck added in #25242.
  • Loading branch information
jacobhammons committed Jul 9, 2015
2 parents fb717d3 + 72323fc commit cd405b4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/topics/cloud/aws.rst
Original file line number Diff line number Diff line change
Expand Up @@ -983,6 +983,10 @@ the network interfaces of your virtual machines, for example:-
#
allocate_new_eips: True
# Uncomment this if you're creating NAT instances. Allows an instance
# to accept IP packets with destinations other than itself.
# SourceDestCheck: False
Note that it is an error to assign a 'subnetid' or 'securitygroupid' to a
profile where the interfaces are manually configured like this. These are both
really properties of each network interface, not of the machine itself.

0 comments on commit cd405b4

Please sign in to comment.