diff options
author | Robby Workman <rworkman@slackware.com> | 2017-11-26 14:38:41 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackware.com> | 2017-11-26 14:38:41 -0600 |
commit | ad9786366e1c2ac2e3f9ad2ad6eae851c2f943fb (patch) | |
tree | 968197bb3358e4cdef8ef5f205bcffdbb8396f23 /netconfig | |
parent | d0c9d92192a208a4f76ffd7a9e2a580a48698c50 (diff) | |
download | slacknetsetup-ad9786366e1c2ac2e3f9ad2ad6eae851c2f943fb.tar.xz |
netconfig: Add back a dropped "."
Diffstat (limited to 'netconfig')
-rw-r--r-- | netconfig | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -87,7 +87,7 @@ 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. # |