CVSROOT: /cvs Module name: src Changes by: st...@cvs.openbsd.org 2016/06/07 14:25:48
Modified files: share/man/man4 : gif.4 bridge.4 Log message: etherip(4) was introduced in 5.9 as a clean alternative to gif(4)'s layer-2 mode that was enabled when it was added to a bridge(4). Update the manual pages to direct people towards using etherip(4) for this purpose. Reads fine to jmc@, ok mpi@. This code will be removed from gif(4) in the future. Switching should be as simple as renaming the config file (hostname.gifX -> hostname.etheripX), changing the interface name in hostname.bridgeX, and updating firewall rules etc. to match - I've tested this with etherip+bridge+isakmpd+ospf tunnels.