commit | 0c8512b672f80b690a3d1a56ddcf0682622ad352 | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Wed May 20 08:41:38 2015 -0700 |
committer | Scott Baker <smbaker@gmail.com> | Wed May 20 08:41:38 2015 -0700 |
tree | aadaa6d65b2dcce1a0847e31dbe1e819dab963ad | |
parent | ad53d6cbf4695dc5d4fb515467b980d65ab4dc13 [diff] |
move the address properties into the vcpe object
diff --git a/xos/cord/models.py b/xos/cord/models.py index 6c0a812..b3f7aa3 100644 --- a/xos/cord/models.py +++ b/xos/cord/models.py
@@ -197,7 +197,11 @@ "firewall_rules", "url_filter_enable", "url_filter_rules", - "cdn_enable") + "cdn_enable", + "nat_ip", + "lan_ip", + "wan_ip", + "private_ip") default_attributes = {"firewall_enable": False, "firewall_rules": "accept all anywhere anywhere",