summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMax Illfelder <illfelder@users.noreply.github.com>2017-06-07 15:53:57 -0700
committerGitHub <noreply@github.com>2017-06-07 15:53:57 -0700
commit6363deef6f0f851956be52070692ec9c1e9a1ec1 (patch)
tree1520707393d33c9aac5705de9d02e730df76d24b /README.md
parent10bbc9074e5d7e7dfbc33bab05f30862bbc31e1b (diff)
downloadgoogle-compute-image-packages-6363deef6f0f851956be52070692ec9c1e9a1ec1.tar.gz
Add a config option to disable IP alias support. (#410)
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index b7f75e2..dfd13f5 100644
--- a/README.md
+++ b/README.md
@@ -248,6 +248,7 @@ InstanceSetup | set_boto_config | `false` skips setting up a boto confi
InstanceSetup | set_host_keys | `false` skips generating host keys on first boot.
InstanceSetup | set_multiqueue | `false` skips multiqueue driver support.
IpForwarding | ethernet_proto_id | Protocol ID string for daemon added routes.
+IpForwarding | ip_aliases | `false` disables setting up alias IP routes.
MetadataScripts | run_dir | String base directory where metadata scripts are executed.
MetadataScripts | startup | `false` disables startup script execution.
MetadataScripts | shutdown | `false` disables shutdown script execution.