Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login

    Will Netgate keep developing pfSense on FreeBSD or is the switch to Linux going to be for all Netgate platforms?

    Scheduled Pinned Locked Moved General pfSense Questions
    30 Posts 14 Posters 2.0k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • J
      jwt Netgate @nimrod
      last edited by jwt

      @nimrod said in Will Netgate keep developing pfSense on FreeBSD or is the switch to Linux going to be for all Netgate platforms?:

      @johnpoz

      Yeah. But just imagine the amount of "i told you so" comments.

      Right?

      So why give them what they want?

      Netgate is the #3 contributor of sponsored commits to freebsd over the past 3 years.

      bash-3.2$ git remote -v
      origin	https://github.com/freebsd/freebsd.git (fetch)
      origin	https://github.com/freebsd/freebsd.git (push)
      bash-3.2$ git branch
        list
      * main
        master
      bash-3.2$ git log --first-parent --since=3year | sed  -E 's/\^.\*Sponsored.\[Bb\]y:\[\[:space:\]\]\*//p' | grep -i Sponsored  | sed s/.*[Ss]ponsored\ [Bb]y://| awk '{$1=$1};1' | sort | uniq -c | sort -rn | head -20
      3344 The FreeBSD Foundation
      1569 Netflix
       807 Rubicon Communications, LLC ("Netgate")
       616 Klara, Inc.
       448 Beckhoff Automation GmbH & Co. KG
       358 Chelsio Communications
       357 Arm Ltd
       314 Juniper Networks, Inc.
       266 NVIDIA Networking
       152 Netflix, Inc.
       130 NetApp, Inc.
       130 Innovate UK
       122 DARPA
       103 Stormshield
        91 Axcient
        71 Dell EMC Isilon
        64 https://www.patreon.com/cperciva
        64 Serenity Cyber Security, LLC
        59 Intel Corporation
        51 NVidia networking
      bash-3.2$ 
      

      and note that this misses 7 commits that are

      Rubicon Communications, LLC (Netgate)

      instead of

      Rubicon Communications, LLC ("Netgate")

      which uniq sees as a different string.

      If you back off to 5 years (just prior to the pandemic) it's even more dramatic

      bash-3.2$ git log --first-parent --since=5year | sed  -E 's/\^.\*Sponsored.\[Bb\]y:\[\[:space:\]\]\*//p' | grep -i Sponsored  | sed s/.*[Ss]ponsored\ [Bb]y://| awk '{$1=$1};1' | sort | uniq -c | sort -rn | head
      5437 The FreeBSD Foundation
      2079 Netflix
      1079 Rubicon Communications, LLC ("Netgate")
       729 Klara, Inc.
       664 Chelsio Communications
       448 Beckhoff Automation GmbH & Co. KG
       357 DARPA
       357 Arm Ltd
       330 Juniper Networks, Inc.
       306 NetApp, Inc.
      bash-3.2$ 
      
      

      and

      bash-3.2$ git log --first-parent --since=5year | sed  -E 's/\^.\*Sponsored.\[Bb\]y:\[\[:space:\]\]\*//p' | grep -i Sponsored  | sed s/.*[Ss]ponsored\ [Bb]y://| awk '{$1=$1};1' | sort | uniq -c | sort -rn | grep -i netgate
      1079 Rubicon Communications, LLC ("Netgate")
        50 Rubicon Communications, LLC (Netgate)
        31 Rubicon Communications, LLC (netgate.com)
        20 Rubicon Communications, LLC (d/b/a "Netgate")
         6 Sponsored-by: Rubicon Communications, LLC ("Netgate")
         3 Rubicon Communications, LLC (โ€œNetgateโ€โ€™)
         2 Netgate, Inc.
         1 Rubicon LLC, (Netgate)
         1 Netgate
      
      

      We have a lot of changes to pf coming in that are still in review. This is just some of them.

      https://reviews.freebsd.org/p/kp/

      So the question I wish people would ask: "Why would Netgate still be investing heavily in FreeBSD if they were just going to abandon it like people say?"

      J N 2 Replies Last reply Reply Quote 2
      • J
        jwt Netgate @jwt
        last edited by jwt

        @jwt said in Will Netgate keep developing pfSense on FreeBSD or is the switch to Linux going to be for all Netgate platforms?:

        https://reviews.freebsd.org/p/kp/

        Coincidentally, we're also a big contributor to VPP

        https://www.stackalytics.io/unaffiliated?module=github.com/fdio/vpp

        702eb8db-4bda-4888-8719-27ef1d870a14-image.png

        P 1 Reply Last reply Reply Quote 2
        • JonathanLeeJ
          JonathanLee
          last edited by

          April fools joke

          Make sure to upvote

          1 Reply Last reply Reply Quote 0
          • P
            Patch @jwt
            last edited by Patch

            @jwt said in Will Netgate keep developing pfSense on FreeBSD or is the switch to Linux going to be for all Netgate platforms?:

            we're also a big contributor to VPP

            For those (like me) not familiar with VPP https://github.com/FDio/vpp

            Vector Packet Processing
            The VPP platform is an extensible framework that provides out-of-the-box production quality switch/router functionality. It is the open source version of Cisco's Vector Packet Processing (VPP) technology

            Which runs on Linux https://wiki.fd.io/view/VPP/What_is_VPP%3F

            The VPP platform supports package installation on the following operating systems:

            Debian
            Ubuntu 16.04
            Centos 7.3
            

            So likely the underlying engine for TNSR

            S 1 Reply Last reply Reply Quote 0
            • S
              SteveITS Galactic Empire @Patch
              last edited by

              @Patch said in Will Netgate keep developing pfSense on FreeBSD or is the switch to Linux going to be for all Netgate platforms?:

              So likely the underlying engine for TNSR

              Bit more than likely:)
              https://www.netgate.com/tnsr

              Pre-2.7.2/23.09: Only install packages for your version, or risk breaking it. Select your branch in System/Update/Update Settings.
              When upgrading, allow 10-15 minutes to restart, or more depending on packages and device speed.
              Upvote ๐Ÿ‘ helpful posts!

              J 1 Reply Last reply Reply Quote 1
              • J
                jwt Netgate @johnpoz
                last edited by

                @johnpoz said in Will Netgate keep developing pfSense on FreeBSD or is the switch to Linux going to be for all Netgate platforms?:

                @nimrod said in Will Netgate keep developing pfSense on FreeBSD or is the switch to Linux going to be for all Netgate platforms?:

                Just say that CE version is getting canceled

                Hahah - that would be good one, but we already get so many people thinking that is true anyway..

                ... so what we announce is that the CE version is not being canceled, on April 1, 2025. ๐Ÿ˜

                1 Reply Last reply Reply Quote 2
                • J
                  jwt Netgate @SteveITS
                  last edited by jwt

                  @SteveITS said in Will Netgate keep developing pfSense on FreeBSD or is the switch to Linux going to be for all Netgate platforms?:

                  @Patch said in Will Netgate keep developing pfSense on FreeBSD or is the switch to Linux going to be for all Netgate platforms?:

                  So likely the underlying engine for TNSR

                  Bit more than likely:)
                  https://www.netgate.com/tnsr

                  Quite.

                  We've been working with, advancing and fixing VPP since April / May 2016. We know a lot about it.

                  Most recently we've ported NetBSD's 'npf' to VPP, enabled (and fixed) the Snort plugin (so we have IDS/IPS via Snort) and written a (OpenVPN) DCO driver for VPP.

                  These all show up in TNSR 24.10.

                  So maybe we're putting VPP in as a very high-performance dataplane for this joke-that-might-not-be-a-joke pfSense on linux?

                  "Wait!", I hear you say, "VPP runs on FreeBSD now!"

                  Dude(s), have you looked at the performance? There are issues beyond that, too.

                  If we wanted VPP on FreeBSD it would have occurred years ago.

                  Anyway, that is is today's secret decoder ring. (Be sure to drink your Ovaltine!)

                  1 Reply Last reply Reply Quote 1
                  • JKnottJ
                    JKnott @jwt
                    last edited by

                    @jpv9 what if it wasnโ€™t a joke?

                    I say it's a joke son! ๐Ÿ˜‰

                    PfSense running on Qotom mini PC
                    i5 CPU, 4 GB memory, 32 GB SSD & 4 Intel Gb Ethernet ports.
                    UniFi AC-Lite access point

                    I haven't lost my mind. It's around here...somewhere...

                    1 Reply Last reply Reply Quote 0
                    • N
                      nimrod @jwt
                      last edited by

                      @jwt

                      I still cant wrap my head around the fact that Netflix is number 2 contributor.

                      S 1 Reply Last reply Reply Quote 0
                      • S
                        SteveITS Galactic Empire @nimrod
                        last edited by

                        @nimrod said in Will Netgate keep developing pfSense on FreeBSD or is the switch to Linux going to be for all Netgate platforms?:

                        Netflix is number 2

                        Digressing a bit from the thread:
                        https://papers.freebsd.org/2019/fosdem/looney-netflix_and_freebsd/
                        https://itsfoss.com/netflix-freebsd-cdn/

                        @jwt said in Will Netgate keep developing pfSense on FreeBSD or is the switch to Linux going to be for all Netgate platforms?:

                        (Be sure to drink your Ovaltine!)

                        The ad that loads for that video starts right here for me:
                        852fc08a-69c9-4bb5-9cde-8dbbca2d30d0-image.png
                        ๐Ÿค” ๐Ÿค”

                        Pre-2.7.2/23.09: Only install packages for your version, or risk breaking it. Select your branch in System/Update/Update Settings.
                        When upgrading, allow 10-15 minutes to restart, or more depending on packages and device speed.
                        Upvote ๐Ÿ‘ helpful posts!

                        1 Reply Last reply Reply Quote 0
                        • NollipfSenseN
                          NollipfSense
                          last edited by

                          Wow...this is still going...

                          pfSense+ 23.09 Lenovo Thinkcentre M93P SFF Quadcore i7 dual Raid-ZFS 128GB-SSD 32GB-RAM PCI-Intel i350-t4 NIC, -Intel QAT 8950.
                          pfSense+ 23.09 VM-Proxmox, Dell Precision Xeon-W2155 Nvme 500GB-ZFS 128GB-RAM PCIe-Intel i350-t4, Intel QAT-8950, P-cloud.

                          1 Reply Last reply Reply Quote 0
                          • First post
                            Last post
                          Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.