PERFORCE change 168202 for review
    Ana Kukec 
    anchie at FreeBSD.org
       
    Sat Sep  5 16:29:13 UTC 2009
    
    
  
http://perforce.freebsd.org/chv.cgi?CH=168202
Change 168202 by anchie at anchie_malimis on 2009/09/05 16:28:57
	icmp6_rip6_input() is now called from send.c as well, so the declaration
	is added to netinet/icmp6.h.	
Affected files ...
.. //depot/projects/soc2009/anchie_send/src/sys/netinet/icmp6.h#13 edit
.. //depot/projects/soc2009/anchie_send/src/sys/netinet6/icmp6.c#26 edit
Differences ...
==== //depot/projects/soc2009/anchie_send/src/sys/netinet/icmp6.h#13 (text+ko) ====
@@ -663,6 +663,7 @@
 void	icmp6_prepare(struct mbuf *);
 void	icmp6_redirect_input(struct mbuf *, int);
 void	icmp6_redirect_output(struct mbuf *, struct rtentry *);
+int 	icmp6_rip6_input(struct mbuf **, int);
 
 struct	ip6ctlparam;
 void	icmp6_mtudisc_update(struct ip6ctlparam *, int);
==== //depot/projects/soc2009/anchie_send/src/sys/netinet6/icmp6.c#26 (text+ko) ====
    
    
More information about the p4-projects
mailing list