Revision 9e0413a1 src/vnm_mad/remotes/OpenNebulaNetwork.conf
src/vnm_mad/remotes/OpenNebulaNetwork.conf | ||
---|---|---|
14 | 14 |
# limitations under the License. # |
15 | 15 |
#--------------------------------------------------------------------------- # |
16 | 16 |
|
17 |
################################################################################ |
|
18 |
# Overriding Options in Network Template |
|
19 |
################################################################################ |
|
20 |
# |
|
21 |
# Option can be overridden or added per network using this format |
|
22 |
# in the network template: |
|
23 |
# |
|
24 |
# CONF="vxlan_mc=239.0.100.0,test=false,validate_vlan_id=true" |
|
25 |
# BRIDGE_CONF="sethello=6" |
|
26 |
# IP_LINK_CONF="tos=10,udpcsum=,udp6zerocsumrx=__delete__" |
|
27 |
# |
|
28 |
# Options can have empty value when they don't need a parameter. Also the |
|
29 |
# special value "__delete__" can be used to delete parameters set here. |
|
30 |
|
|
17 | 31 |
# Set to true to check that no other vlans are connected to the bridge. |
18 | 32 |
# Works with 802.1Q and VXLAN. |
19 | 33 |
:validate_vlan_id: false |
... | ... | |
33 | 47 |
:vxlan_mc: 239.0.0.0 |
34 | 48 |
# Time To Live (TTL) should be > 1 in routed multicast networks (IGMP) |
35 | 49 |
:vxlan_ttl: 16 |
50 |
|
|
51 |
|
|
52 |
################################################################################ |
|
53 |
# Bridge and Interface Creation Options |
|
54 |
################################################################################ |
|
55 |
|
|
56 |
# These options will execute brctl commands with these values. For example, |
|
57 |
# this option will execute: |
|
58 |
# |
|
59 |
# brctl stp <bridge name> on |
|
60 |
# |
|
61 |
# :bridge_conf: |
|
62 |
# :stp: on |
|
63 |
|
|
64 |
|
|
65 |
# These options will be added to the ip link add command. For example: |
|
66 |
# |
|
67 |
# sudo ip link add lxcbr0.260 type vxlan id 260 group 239.0.101.4 \ |
|
68 |
# ttl 16 dev lxcbr0 udp6zerocsumrx tos 3 |
|
69 |
# |
|
70 |
# :ip_link_conf: |
|
71 |
# :udp6zerocsumrx: |
|
72 |
# :tos: 3 |
|
73 |
|
Also available in: Unified diff