I just woke up with a follow-up question that may be my aha moment. Are
Netgraph edges between nodes always bidirectional? I have been treating all of
the edges as unidirectional, requiring me to create two separate Netgraphs.
But if they are bidirectional, that would explain some things.
Tha
On Sat, 6 Jan 2018 08:22:25 -0500
John Lyon wrote:
> I just woke up with a follow-up question that may be my aha moment.
> Are Netgraph edges between nodes always bidirectional? I have been
> treating all of the edges as unidirectional, requiring me to create
> two separate Netgraphs. But if the
On 6/1/18 9:22 pm, John Lyon wrote:
I just woke up with a follow-up question that may be my aha moment.
Are Netgraph edges between nodes always bidirectional? I have been
treating all of the edges as unidirectional, requiring me to create
two separate Netgraphs. But if they are bidirectional,
Thanks for the clarification and all the help.
After Marko clarified that that edges/hooks are bidirectional, I was able
to get it working WAN to LAN and LAN to WAN by using a pair of one2many and
ETF nodes.
The commands were (from memory):
#Create Unfiltered WAN Path
ngctl mkpeer igb0: one2many
On 7/1/18 4:02 am, John Lyon wrote:
Thanks for the clarification and all the help.
After Marko clarified that that edges/hooks are bidirectional, I was
able to get it working WAN to LAN and LAN to WAN by using a pair of
one2many and ETF nodes.
The commands were (from memory):
#Create Unfilt
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224961
Mark Linimon changed:
What|Removed |Added
Assignee|freebsd-b...@freebsd.org|freebsd-net@FreeBSD.org
--
You are
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224961
Reshad Patuck changed:
What|Removed |Added
CC||reshadpatu...@gmail.com
--- Commen