diff options
Diffstat (limited to 'rc.inet1.conf')
-rw-r--r-- | rc.inet1.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/rc.inet1.conf b/rc.inet1.conf index 11e68ab..58766d2 100644 --- a/rc.inet1.conf +++ b/rc.inet1.conf @@ -63,7 +63,9 @@ DEBUG_ETH_UP="no" # Virtual interfaces to create - these are created before any address # configuration or bridge setup is done, so you may use these interfaces # as IFNAME or BRNICS values. These can be tun or tap interfaces: -# adjust VIRTIFNAME and VIRTIFTYPE accordingly +# adjust VIRTIFNAME and VIRTIFTYPE accordingly. +# Starting with VIRTIFNAME[0] is mandatory, and each next one must be +# incremented by one, so VIRTIFNAME[1], VIRTIFNAME[2], and so on. # # Virtual tap interface example #VIRTIFNAME[0]="tap0" |