From a9887c915670eabda714aa198ba63bb0eb9bfec2 Mon Sep 17 00:00:00 2001 From: dlavigne Date: Thu, 4 Feb 2016 10:28:47 -0500 Subject: [PATCH] Add ip4 to examples. --- api/classes/iocage.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/api/classes/iocage.rst b/api/classes/iocage.rst index dea8b7a..79155aa 100644 --- a/api/classes/iocage.rst +++ b/api/classes/iocage.rst @@ -332,6 +332,7 @@ system boot, the jail ID (only applies to running jails), whether or not the jai "listjails": { "611c89ae-c43c-11e5-9602-54ee75595566": { "boot": "off", + "ip4": "-", "jid": "-", "state": "down", "tag": "testjail", @@ -363,6 +364,7 @@ system boot, the jail ID (only applies to running jails), whether or not the jai "listjails": { "611c89ae-c43c-11e5-9602-54ee75595566": { "boot": "off", + "ip4": "-", "jid": "-", "state": "down", "tag": "testjail",