Slashdot Mirror


FreeBSD Gets 'Fast IPsec' Implementation

An anonymous reader writes "Sam Leffler (yes, one of the authors of the BSD Design and Implementation book you have on your bookshelf if you know anything with operating systems) has just committed a new FAST_IPSEC implementation to the FreeBSD 5.x source tree. It's a merge of the KAME IPsec implementation and the OpenBSD hardware crypto accelerated IPsec implementation. You can read the commit message here."

1 of 62 comments (clear)

  1. Re:Things preventing me from using FreeBSD: by vadim_t · · Score: 2, Informative
    I never used FreeBSD, but your /bin/cp problem is simple: you're bumping into the command line length limit. It exists in Linux too, although from what you say it's larger. Just work around it, for example:
    find . -exec cp {} /mp3 ';'