FS#62125 - [simh] tap networking support
Attached to Project:
Community Packages
Opened by Mantas Mikulėnas (grawity) - Sunday, 24 March 2019, 09:57 GMT
Last edited by Sergej Pupykin (sergej) - Friday, 17 May 2019, 15:34 GMT
Opened by Mantas Mikulėnas (grawity) - Sunday, 24 March 2019, 09:57 GMT
Last edited by Sergej Pupykin (sergej) - Friday, 17 May 2019, 15:34 GMT
|
Details
simh 3.9.0-3 is missing support for 'tap' network
interfaces:
simh> attach xq tap:simh0 Eth: open error - No support for tap: devices According to the makefile, USE_TAP_NETWORK is only set if 'linux/if_tun.h' is present, so this probably requires 'linux-api-headers' as a makedepend. |
This task depends upon
Comment by
Mantas Mikulėnas (grawity) - Sunday,
24 March 2019, 10:23 GMT
Although apparently that's not enough because NETWORK_OPT is
overriden by the pkgbuild, so I had to put -DUSE_TAP_NETWORK in
there as well.