···306306 # DaynaPORT SCSI/Link device emulation on SCSI id 3.
307307 # Requires read/write access on the "tap" device listed here.
308308 #device {
309309- # id = 3
310310- # ethernet = 1
311311- # tap = "/dev/tap0" # OpenBSD
312312- # tap = "/dev/net/tun" # Linux
313313- # mac_addr = "00:80:19:c0:ff:ee"
309309+ # id = 3
310310+ # daynaport = 1
311311+ # tap = "/dev/tap0" # OpenBSD
312312+ # tap = "/dev/net/tun" # Linux
313313+ # mac_addr = "00:80:19:c0:ff:ee"
314314 #
315315 # # This command will be run after initializing the tap device
316316 # # and will have the tap device and MAC address passed as
317317 # # arguments. It should probably assign an IP to this tap
318318 # # device if using NAT (required on WiFi), or setup bridging
319319 # # if using ethernet.
320320- # tap_cmd = "sh /etc/pce/tap-setup.sh"
320320+ # tap_cmd = "sh /etc/pce/tap-setup.sh"
321321 #}
322322}
323323