Changes between Version 5 and Version 6 of Linux/Network
- Timestamp:
- 2015/10/14 00:20:52 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Linux/Network
v5 v6 112 112 # firewall-cmd --reload 113 113 }}} 114 115 116 ### TNI 117 118 Tenant Network Identifierを割り振って仮想ネットワークを作成する場合は、keyオプションを利用する.例えば、TNIを1100に設定した仮想ネットワークを作成するには、次のようにする。 119 120 {{{ 121 # ovs-vsctl add-port brgre gre -- set interface gre type=gre options:remote_ip=192.168.100.2 options:key=1100 122 }}}