summaryrefslogtreecommitdiffstats
path: root/doc/appendix
diff options
context:
space:
mode:
authorSol Jerome <sol.jerome@gmail.com>2012-06-04 16:37:32 -0500
committerSol Jerome <sol.jerome@gmail.com>2012-06-04 16:37:32 -0500
commit608b341869a15bb7bfe0212548e84f8c7aed1ff1 (patch)
tree39dec310479b88802275368da90300a50e3ae8c8 /doc/appendix
parentd711dd20ca577779493e2c7ee3cd4a592adf4b90 (diff)
downloadbcfg2-608b341869a15bb7bfe0212548e84f8c7aed1ff1.tar.gz
bcfg2-608b341869a15bb7bfe0212548e84f8c7aed1ff1.tar.bz2
bcfg2-608b341869a15bb7bfe0212548e84f8c7aed1ff1.zip
doc: Remove references to ping data
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
Diffstat (limited to 'doc/appendix')
-rw-r--r--doc/appendix/files/ntp.txt2
-rw-r--r--doc/appendix/guides/nat_howto.txt4
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/appendix/files/ntp.txt b/doc/appendix/files/ntp.txt
index ec1fa3094..53b3347c8 100644
--- a/doc/appendix/files/ntp.txt
+++ b/doc/appendix/files/ntp.txt
@@ -26,7 +26,7 @@ a client, a profile group, a list of packages, and a base configuration.
.. code-block:: xml
<Clients version='3.0'>
- <Client profile='fedora' pingable='N' pingtime='0' name='foo.bar.com'/>
+ <Client profile='fedora' name='foo.bar.com'/>
</Clients>
``Metadata/groups.xml``:
diff --git a/doc/appendix/guides/nat_howto.txt b/doc/appendix/guides/nat_howto.txt
index 818d3e644..5bd3f7b13 100644
--- a/doc/appendix/guides/nat_howto.txt
+++ b/doc/appendix/guides/nat_howto.txt
@@ -43,14 +43,14 @@ the Client entry in clients.xml will look something like this:
.. code-block:: xml
- <Client profile="desktop" name="test1" pingable="N"
+ <Client profile="desktop" name="test1"
uuid='9001ec29-1531-4b16-8198-a71bea093d0a' location='floating'/>
Alternatively, the Client entry can be setup like this:
.. code-block:: xml
- <Client profile="desktop" name="test1" pingable="N"
+ <Client profile="desktop" name="test1"
uuid='9001ec29-1531-4b16-8198-a71bea093d0a' address='ip-address-of-NAT'/>
The difference between these definitions is explained in detail in the