Re: tpmr(4): 802.1Q Two-Port MAC Relay

2019-07-30 Thread David Gwynne
> On 30 Jul 2019, at 6:28 pm, Remi Locherer wrote: > > On Tue, Jul 30, 2019 at 01:36:59PM +1000, David Gwynne wrote: >> a Two-Port MAC Relay is basically a cut down bridge(4). it only supports >> two ports, and unconditionally relays packets between those ports >> instead of doing learning or

Re: tpmr(4): 802.1Q Two-Port MAC Relay

2019-07-30 Thread Remi Locherer
On Tue, Jul 30, 2019 at 01:36:59PM +1000, David Gwynne wrote: > a Two-Port MAC Relay is basically a cut down bridge(4). it only supports > two ports, and unconditionally relays packets between those ports > instead of doing learning or anything like that. > > i've been trying to get a redundant pa

Re: tpmr(4): 802.1Q Two-Port MAC Relay

2019-07-29 Thread David Gwynne
On Tue, Jul 30, 2019 at 01:36:59PM +1000, David Gwynne wrote: > a Two-Port MAC Relay is basically a cut down bridge(4). it only supports > two ports, and unconditionally relays packets between those ports > instead of doing learning or anything like that. i had written a manpage too: TPMR(4)

tpmr(4): 802.1Q Two-Port MAC Relay

2019-07-29 Thread David Gwynne
a Two-Port MAC Relay is basically a cut down bridge(4). it only supports two ports, and unconditionally relays packets between those ports instead of doing learning or anything like that. i've been trying to get a redundant pair of bridges set up between two datacenters here to help me while i mig