CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2022/02/17 18:27:39
Modified files: sys/net : if_vxlan.c Log message: fix inverted check of running when changing tunnel rdomain. you should only be able to change the tunnel rdomain when the interface is down. i was accidentally make sure you could only change the rdomain when the interface was up.