mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 06:07:31 -04:00
#This is a null commit to give correct description for the previous change.
#Please forget the strange log message of the previous commit . IPv6 multicast routing. kernel IPv6 multicast routing support. pim6 dense mode daemon pim6 sparse mode daemon netstat support of IPv6 multicast routing statistics Merging to the current and testing with other existing multicast routers is done by Tatsuya Jinmei <jinmei@kame.net>, who writes and maintainances the base code in KAME distribution. Make world check and kernel build check was also successful. Obtained from: KAME project
This commit is contained in:
parent
b473d62c73
commit
577a30ee41
2 changed files with 2 additions and 0 deletions
|
|
@ -65,6 +65,7 @@
|
|||
*/
|
||||
|
||||
#include "opt_ipsec.h"
|
||||
#include "opt_ip6fw.h"
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
|
|
|
|||
|
|
@ -65,6 +65,7 @@
|
|||
*/
|
||||
|
||||
#include "opt_ipsec.h"
|
||||
#include "opt_ip6fw.h"
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/malloc.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue