CVSROOT: /cvs Module name: www Changes by: flor...@cvs.openbsd.org 2024/07/12 02:42:37
Modified files: faq : faq16.html Log message: Recommend veb(4) instead of bridge(4). bridge(4) has weird interactions with traffic crossing the bridge. For example I couldn't get dhcpd(8) to work with the given example. dhcpd(8) just worked after switching to veb(4). "Option 4" in the faq should also be converted to veb(4) but I currently don't have the time nor a testsetup. OK mlarkin, dlg