Deleted Added
full compact
libalias.3 (282018) libalias.3 (298995)
1.\"-
2.\" Copyright (c) 2001 Charles Mott <cm@linktel.net>
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

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

18.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24.\" SUCH DAMAGE.
25.\"
1.\"-
2.\" Copyright (c) 2001 Charles Mott <cm@linktel.net>
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

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

18.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24.\" SUCH DAMAGE.
25.\"
26.\" $FreeBSD: head/sys/netinet/libalias/libalias.3 282018 2015-04-26 11:39:25Z bapt $
26.\" $FreeBSD: head/sys/netinet/libalias/libalias.3 298995 2016-05-03 18:05:43Z pfg $
27.\"
28.Dd December 25, 2013
29.Dt LIBALIAS 3
30.Os
31.Sh NAME
32.Nm libalias
33.Nd packet aliasing library for masquerading and network address translation
34.Sh SYNOPSIS

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

1062.Pa libalias.conf
1063and call
1064.Fn LibAliasRefreshModules
1065from the program.
1066In case the application provides a
1067.Dv SIGHUP
1068signal handler, add a call to
1069.Fn LibAliasRefreshModules
27.\"
28.Dd December 25, 2013
29.Dt LIBALIAS 3
30.Os
31.Sh NAME
32.Nm libalias
33.Nd packet aliasing library for masquerading and network address translation
34.Sh SYNOPSIS

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

1062.Pa libalias.conf
1063and call
1064.Fn LibAliasRefreshModules
1065from the program.
1066In case the application provides a
1067.Dv SIGHUP
1068signal handler, add a call to
1069.Fn LibAliasRefreshModules
1070inside the handler, and everytime you want to refresh the loaded modules,
1070inside the handler, and every time you want to refresh the loaded modules,
1071send it the
1072.Dv SIGHUP
1073signal:
1074.Pp
1075.Dl "kill -HUP <process_pid>"
1076.Ss MODULAR ARCHITECURE: HOW IT WORKS
1077The modular architecture of
1078.Nm

--- 409 unchanged lines hidden ---
1071send it the
1072.Dv SIGHUP
1073signal:
1074.Pp
1075.Dl "kill -HUP <process_pid>"
1076.Ss MODULAR ARCHITECURE: HOW IT WORKS
1077The modular architecture of
1078.Nm

--- 409 unchanged lines hidden ---