Revision 7219c7a3 snf-cyclades-app/synnefo/api/subnets.py

b/snf-cyclades-app/synnefo/api/subnets.py
226 226
         'enable_dhcp': subnet.dhcp,
227 227
         'dns_nameservers': dns,
228 228
         'host_routes': hosts,
229
         'allocation_pools': allocation_pools}
229
         'allocation_pools': allocation_pools,
230
         'deleted': subnet.deleted}
230 231

  
231 232
    if subnet.ipversion == 6:
232 233
        d['enable_slaac'] = subnet.dhcp

Also available in: Unified diff