Module Name: src Committed By: tih Date: Thu Aug 27 19:21:14 UTC 2020
Modified Files: src/sys/net: if_wg.c Log Message: Summary: let wg interfaces carry multicast traffic Once a wg interface is up and running, it is useful to be able to run a routing protocol over it. Marking the interface multicast capable enables this. (One must also use the wgconfig --allowed-ips option to explicitly permit the group one needs, e.g. 224.0.0.5/32 for OSPF.) To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/sys/net/if_wg.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.