Re: how to contribute to dragonflybsd
bycn82 <[email protected]> Thu, 30 Oct 2014 16:29:39 +0800
| Newsgroups | gmane.os.dragonfly-bsd.kernel |
|---|---|
| Message-ID | <CAC+JH2xWLAnJ4B7M-mHoaPojTBeWaa8vYTR18gajAyCrktjz2A@mail.gmail.com> |
Hi Sascha, Thanks for the information. I know it is an old version, that is also the reason why I chose Dragonfly to have a try, because the latest version already have lots of features and all these features are implemented in the old way. I tried to break all the features into different modules, it will allow developers to create a module for ipfw without touching the whole trunk of ipfw source code, it will be just like iptables. Maybe that is also the reason why iptables is much more powerful than ipfw in terms of functionality. it can be extensible. regards, bycn82 On Thu, Oct 30, 2014 at 4:04 PM, Sascha Wildner <[email protected]> wrote: > On Thu, 30 Oct 2014 02:34:30 +0100, bycn82 <[email protected]> wrote: > > Recently I am using dragonflybsd because it has the old version ipfw which >> is cleaner than current version in freebsd. And I am trying to re-factor >> the >> ipfw. make it in modular design. >> > > FYI: I think our ipfw(4) is in fact what FreeBSD calls "ipfw2" (of course > an older version, as you said). > > Sascha >