GNS3 / iouyap

Bridge IOU to UDP, TAP and Ethernet.
GNU General Public License v3.0
24 stars 12 forks source link

Make install issue #5

Closed ak2766 closed 9 years ago

ak2766 commented 10 years ago

The Makefile for iouyap has the following entries:

install : iouyap
  setcap cap_net_admin,cap_net_raw=ep iouyap
  chmod +x iouyap
  sudo cp iouyap /usr/local/bin

However, when copying the file, the capabilities are not copied over.

Either the capabilities are set on file /usr/local/bin/iouyap after the copy or the file is moved to /usr/local/bin after setting capabilities.

Cheers, ak.