Seamless redundancy in networks
Redundancy with zero downtime, at the cost of double the bandwidth. HSR and PRP provides that for you. All traffic is duplicated to ensure that at least one copy arrives even if a cable breaks. Many other protocols, like spanning trees, requires reconfiguration when the topology changes. Setup Let’s start by creating some veth interfaces that we can communicate over. One is put in a network namespace. ARP can be a bit wonky when both ends are in the same namespace. ...
