Gerlach, Hendrik <hendrik.gerlach <at> siemens.com> writes: > In opposite to Linux it seems to be impossible in OpenBSD to add proxy ARP > entries only for a specific network interface (missing option for the ARP > command) nor to disable proxy ARP at all for some interfaces (sysctl or > ifconfig option). > > So it seems that some code change is necessary. Are there some solutions, > hints or papers or some ideas that could help us ?
You can try to cook something using vether(4) and bridge(4). Alexey