summaryrefslogtreecommitdiff
path: root/lib/libalias/alias_util.c
Commit message (Collapse)AuthorAgeFilesLines
* Update to version 2.2. Only the PacketAlias*()Brian Somers1997-08-031-2/+4
| | | | | | | | | functions should now be used. The old 2.1 stuff is there for backwards compatability. Submitted by: Charles Mott <cmott@snake.srv.net> Notes: svn path=/head/; revision=27864
* Create the alias library. This is currently only used byBrian Somers1997-05-231-0/+135
ppp (or will be shortly). Natd can now be updated to use this library rather than carrying its own version of the code. Submitted by: Charles Mott <cmott@srv.net> Notes: svn path=/cvs2svn/branches/CMOTT/; revision=26026