mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-10-19 19:26:33 +00:00
Merge pull request #5204 from ghasemnaddaf/vrrp_updates
doc: vrrp vip must not be on parent interface
This commit is contained in:
commit
3e6fd94f83
@ -113,8 +113,6 @@ Suppose you have an interface ``eth0`` with the following configuration:
|
|||||||
link/ether 02:17:45:00:aa:aa brd ff:ff:ff:ff:ff:ff
|
link/ether 02:17:45:00:aa:aa brd ff:ff:ff:ff:ff:ff
|
||||||
inet 10.0.2.15/24 brd 10.0.2.255 scope global dynamic eth0
|
inet 10.0.2.15/24 brd 10.0.2.255 scope global dynamic eth0
|
||||||
valid_lft 72532sec preferred_lft 72532sec
|
valid_lft 72532sec preferred_lft 72532sec
|
||||||
inet 10.0.2.16/24 brd 10.0.2.255 scope global dynamic eth0
|
|
||||||
valid_lft 72532sec preferred_lft 72532sec
|
|
||||||
inet6 fe80::17:45ff:fe00:aaaa/64 scope link
|
inet6 fe80::17:45ff:fe00:aaaa/64 scope link
|
||||||
valid_lft forever preferred_lft forever
|
valid_lft forever preferred_lft forever
|
||||||
|
|
||||||
@ -172,6 +170,8 @@ Using ``vrrp4-2-1`` as an example, a few things to note about this interface:
|
|||||||
egress via ``eth0``
|
egress via ``eth0``
|
||||||
- Its MAC address is set to the VRRP IPv4 virtual MAC specified by the RFC for
|
- Its MAC address is set to the VRRP IPv4 virtual MAC specified by the RFC for
|
||||||
:abbr:`VRID (Virtual Router ID)` ``5``
|
:abbr:`VRID (Virtual Router ID)` ``5``
|
||||||
|
- The :abbr:`VIP (Virtual IP)` address ``10.0.2.16`` must not be present on
|
||||||
|
the parent interface ``eth0``.
|
||||||
- The link local address on the interface is not derived from the interface
|
- The link local address on the interface is not derived from the interface
|
||||||
MAC
|
MAC
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user