Searched hist:ddcc16cf2f8dc4c43505d300001b99c3de272ef1 (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/xen/netback/ |
H A D | netback.c | diff ddcc16cf2f8dc4c43505d300001b99c3de272ef1 Wed Oct 22 19:09:12 CEST 2014 Roger Pau Monné <royger@FreeBSD.org> netback: change xnb naming convention
Current FreeBSD netback names the interface with xnb<device unit>, but this is not suitable for usage with the Xen toolstack, which expects something similar to <prefix><domid><handle>. In order to solve this, change the netback naming convention to use xnb<domid>.<handle>.
Sponsored by: Citrix Systems R&D
dev/xen/netback/netback.c: - Change netback to use the nomenclature stated above.
|