Skip to content

Commit

Permalink
vrrp: Update VRRP VMAC doc
Browse files Browse the repository at this point in the history
Add vmac_xmit_base in configuration example and force rp_filter=0 on
macvlan interface.
  • Loading branch information
acassen committed Jul 22, 2014
1 parent c1b686a commit ea6ed2d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/NOTE_vrrp_vmac.txt
Expand Up @@ -51,6 +51,7 @@ vrrp_instance instance1 {
interface eth0
virtual_router_id 250
use_vmac
vmac_xmit_base # Transmit VRRP adverts over physical interface
priority 150
advert_int 1
virtual_ipaddress {
Expand All @@ -66,6 +67,7 @@ vrrp250).
you then need to configure interface with :
net.ipv4.conf.vrrp.250.arp_filter = 0
net.ipv4.conf.vrrp.250.accept_local = 1 (this is needed for the address owner case)
net.ipv4.conf.vrrp.250.rp_filter = 0

you can create notify_master script to automate this configuration step for you :

Expand Down

0 comments on commit ea6ed2d

Please sign in to comment.