diff options
author | Scott Moser <smoser@ubuntu.com> | 2010-02-24 15:16:36 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2010-02-24 15:16:36 -0500 |
commit | 112cb9de6b55f0b1a24a9ae9e292f2f98c77f737 (patch) | |
tree | f97e4c5ed1097b0ee11738b3271bf6775207ce70 /doc | |
parent | 7ddf958c9317ef06f133050f51f8f08b1270674c (diff) | |
download | vyos-cloud-init-112cb9de6b55f0b1a24a9ae9e292f2f98c77f737.tar.gz vyos-cloud-init-112cb9de6b55f0b1a24a9ae9e292f2f98c77f737.zip |
add info on how to delete null route
Diffstat (limited to 'doc')
-rw-r--r-- | doc/examples/cloud-config.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/examples/cloud-config.txt b/doc/examples/cloud-config.txt index 49ee7b26..510c1b5e 100644 --- a/doc/examples/cloud-config.txt +++ b/doc/examples/cloud-config.txt @@ -152,6 +152,8 @@ ssh_keys: # remove access to the ec2 metadata service early in boot via null route +# the null route can be removed (by root) with: +# route del -host 169.254.169.254 reject # default: false (service available) disable_ec2_metadata: true |