diff options
| -rwxr-xr-x | scripts/runqemu-gen-tapdevs | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/scripts/runqemu-gen-tapdevs b/scripts/runqemu-gen-tapdevs index d3b27be291..624deacb70 100755 --- a/scripts/runqemu-gen-tapdevs +++ b/scripts/runqemu-gen-tapdevs | |||
| @@ -85,6 +85,15 @@ for ((index=0; index < $COUNT; index++)); do | |||
| 85 | fi | 85 | fi |
| 86 | done | 86 | done |
| 87 | 87 | ||
| 88 | if [ $COUNT -gt 0 ]; then | ||
| 89 | echo "Note: For systems running NetworkManager, it's recommended" | ||
| 90 | echo "Note: that the tap devices be set as unmanaged in the" | ||
| 91 | echo "Note: NetworkManager.conf file. Add the following lines to" | ||
| 92 | echo "Note: /etc/NetworkManager/NetworkManager.conf" | ||
| 93 | echo "[keyfile]" | ||
| 94 | echo "unmanaged-devices=interface-name:tap*" | ||
| 95 | fi | ||
| 96 | |||
| 88 | # The runqemu script will check for this file, and if it exists, | 97 | # The runqemu script will check for this file, and if it exists, |
| 89 | # will use the existing bank of tap devices without creating | 98 | # will use the existing bank of tap devices without creating |
| 90 | # additional ones via sudo. | 99 | # additional ones via sudo. |
