tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: kernel level multilink PPP and maybe (re)porting FreeBSD netgraph



On Sat, 30 Jan 2010 15:59:29 -0500
"Greg A. Woods" <woods%planix.ca@localhost> wrote:
> The more I think about it, the more I highly desire the simple way
> Netgraph modules can be composed into any graph that meets one's current
> requirements, and it's all done without recompiling anything.

I don't think many people need to add a new tunneling protocol.

If we can do like following:

  # modload pipex_core.o
  # modload pipex_l2tp.o
  # modload pipex_pptp.o

Then we don't need to reboot to add a new tunneling protocol.

Pipex needs some hooks to protocol handlers, but they can be replaced
by generic protocol switches or pfil_hooks.  If we can do it, pipex
can do loaded like above example.

--yasuoka


Home | Main Index | Thread Index | Old Index