Deleted Added
full compact
static_ndp (226654) static_ndp (226657)
1#!/bin/sh
2#
1#!/bin/sh
2#
3# Copyright (c) 2011 The FreeBSD Project
3# Copyright (c) 2011 Xin Li <delphij@FreeBSD.org>
4# All rights reserved.
5#
6# Redistribution and use in source and binary forms, with or without
7# modification, are permitted provided that the following conditions
8# are met:
9# 1. Redistributions of source code must retain the above copyright
10# notice, this list of conditions and the following disclaimer.
11# 2. Redistributions in binary form must reproduce the above copyright

--- 9 unchanged lines hidden (view full) ---

21# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
22# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
23# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
24# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25# SUCH DAMAGE.
26#
27# Configure static NDP table
28#
4# All rights reserved.
5#
6# Redistribution and use in source and binary forms, with or without
7# modification, are permitted provided that the following conditions
8# are met:
9# 1. Redistributions of source code must retain the above copyright
10# notice, this list of conditions and the following disclaimer.
11# 2. Redistributions in binary form must reproduce the above copyright

--- 9 unchanged lines hidden (view full) ---

21# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
22# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
23# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
24# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25# SUCH DAMAGE.
26#
27# Configure static NDP table
28#
29# $FreeBSD: head/etc/rc.d/static_ndp 226654 2011-10-23 09:08:42Z mm $
29# $FreeBSD: head/etc/rc.d/static_ndp 226657 2011-10-23 10:17:42Z mm $
30#
31
32# PROVIDE: static_ndp
33# REQUIRE: netif
34# KEYWORD: nojail
35
36. /etc/rc.subr
37. /etc/network.subr

--- 37 unchanged lines hidden ---
30#
31
32# PROVIDE: static_ndp
33# REQUIRE: netif
34# KEYWORD: nojail
35
36. /etc/rc.subr
37. /etc/network.subr

--- 37 unchanged lines hidden ---