icmp6_rip6_input() was mostly duplicated code from rip6_input().
authorbluhm <bluhm@openbsd.org>
Wed, 19 Apr 2017 15:44:45 +0000 (15:44 +0000)
committerbluhm <bluhm@openbsd.org>
Wed, 19 Apr 2017 15:44:45 +0000 (15:44 +0000)
commit2ed633ff7fea31840ccf1b44efa4b39834b649e8
tree9a9ed0374e0b4525093cf321a2c47e909f39741c
parent470adcf5f09468c440f98fb57a26d5d9f66eb933
icmp6_rip6_input() was mostly duplicated code from rip6_input().
Merge these functions together and remove icmp6_rip6_input().
OK mpi@
sys/netinet6/icmp6.c
sys/netinet6/raw_ip6.c