Revision e4def9d6 snf-cyclades-app/synnefo/app_settings/default/api.py

b/snf-cyclades-app/synnefo/app_settings/default/api.py
53 53
DEFAULT_BRIDGE = 'br0'
54 54

  
55 55
# Network flavors that users are allowed to create through API requests
56
# Available flavors are IP_LESS_ROUTED, MAC_FILTERED, PHYSICAL_VLAN
56 57
API_ENABLED_NETWORK_FLAVORS = ['MAC_FILTERED']
57 58

  
58
# Settings for IP_LESS_ROUTED network:
59
# -----------------------------------
60
# In this case VMCs act as routers that forward the traffic to/from VMs, based
61
# on the defined routing table($DEFAULT_ROUTING_TABLE) and ip rules, that
62
# exist in every node, implenting an IP-less routed and proxy-arp setup.
63
DEFAULT_ROUTING_TABLE = 'snf_public'
64

  
65 59
# Settings for MAC_FILTERED network:
66 60
# ------------------------------------------
67 61
# All networks of this type are bridged to the same bridge. Isolation between

Also available in: Unified diff