From 112cb9de6b55f0b1a24a9ae9e292f2f98c77f737 Mon Sep 17 00:00:00 2001 From: Scott Moser Date: Wed, 24 Feb 2010 15:16:36 -0500 Subject: add info on how to delete null route --- doc/examples/cloud-config.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/examples') 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 -- cgit v1.2.3