Overview
Comment: | Typo fix in README.Debian |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
cb06bb8763e351c11d60fa1c3f48c38b |
User & Date: | vitus on 2019-10-04 09:28:07 |
Other Links: | manifest | tags |
Context
2019-10-04
| ||
09:44 | Removed extra undescore from list of keys check-in: 9139746602 user: vitus tags: trunk | |
09:28 | Typo fix in README.Debian check-in: cb06bb8763 user: vitus tags: trunk | |
09:26 | Documented snapshot-related subcommands Make vws snapshots work on running vms Improved a bit some help messages check-in: 95a3d4e3ed user: vitus tags: trunk | |
Changes
Modified debian/README.Debian from [1684a3ea1e] to [19104fce59].
︙ | |||
36 37 38 39 40 41 42 | 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 | - + | network 192.168.199.0 netmask 255.255.255.0 bridge_ports none bridge_hw 52:54:00:7d:7f:fc post-up iptables -t nat -A POSTROUTING -s 192.168.9.0/24 -j MASQUERADE post-up iptables -t mangle -A POSTROUTING -p udp -j CHECKSUM --checksum-fill |
︙ |