diff options
author | Jakub Jankowski <shasta@toxcorp.com> | 2017-11-21 04:13:32 +0100 |
---|---|---|
committer | Robby Workman <rworkman@slackware.com> | 2017-11-21 00:07:59 -0600 |
commit | 2fe6ebae0398a1bf67b839e20e5e87b979de547a (patch) | |
tree | 468d3f68dbe55f47f7dd6981213803044d6bba3f /netconfig | |
parent | c9a17f15501f539c49372ab99fe5484664f756e0 (diff) | |
download | slacknetsetup-2fe6ebae0398a1bf67b839e20e5e87b979de547a.tar.xz |
netconfig: Add comment to netconfig-generated rc.inet1.conf
Add same comment as in 4561bd10747935edf3e4f17ad18768d17ee95a4e
Signed-off-by: Robby Workman <rworkman@slackware.com>
Diffstat (limited to 'netconfig')
-rw-r--r-- | netconfig | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -88,6 +88,8 @@ DEBUG_ETH_UP="no" # 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 +# 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" |