Zack Williams | 41513bf | 2018-07-07 20:08:35 -0700 | [diff] [blame] | 1 | <!-- |
| 2 | Copyright 2017-present Open Networking Foundation |
| 3 | |
| 4 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | you may not use this file except in compliance with the License. |
| 6 | You may obtain a copy of the License at |
| 7 | |
| 8 | http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | |
| 10 | Unless required by applicable law or agreed to in writing, software |
| 11 | distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | See the License for the specific language governing permissions and |
| 14 | limitations under the License. |
| 15 | --> |
Sergio Slobodrian | 5727e98 | 2017-06-28 21:02:27 -0400 | [diff] [blame] | 16 | <network connections='3' ipv6='yes'> |
| 17 | <name>vagrant-libvirt</name> |
| 18 | <forward mode='nat'> |
| 19 | <nat> |
| 20 | <port start='1024' end='65535'/> |
| 21 | </nat> |
| 22 | </forward> |
| 23 | <bridge name='virbr1' stp='on' delay='0'/> |
| 24 | <mac address='52:54:00:50:19:43'/> |
| 25 | <ip address='192.168.121.1' netmask='255.255.255.0'> |
| 26 | <dhcp> |
| 27 | <range start='192.168.121.1' end='192.168.121.254'/> |
| 28 | </dhcp> |
| 29 | </ip> |
| 30 | </network> |
| 31 | |