Changed execution of tinc-up:
authorGuus Sliepen <guus@tinc-vpn.org>
Tue, 7 Nov 2000 21:43:28 +0000 (21:43 +0000)
committerGuus Sliepen <guus@tinc-vpn.org>
Tue, 7 Nov 2000 21:43:28 +0000 (21:43 +0000)
commitf95cc86d0c14ca4c47e5459af4bb6d1170baa9f5
tree906793f7e9a81be1a13ae831768320bacf6f9d6d
parentefc3a2a466937da942afc84dde080ba8b1731140
Changed execution of tinc-up:
- Do not free() strings that have been putenv()d, see man page of the
  latter.
- Do not set IFNAME anymore, it appears that the ioctl to get the name of
  the interface does not work at all. Since it is set to NETNAME in case
  of tun/tap and it is known beforehand in case of ethertap, there is no
  need for it anyway... (though it would've simplified things).
src/net.c