Skip to content

Commit

Permalink
Assign the higher metric value for Ipv6 default route learnt via RA m…
Browse files Browse the repository at this point in the history
…essage (#16367)

* Fix the Loopback0 IPv6 address of LC's in chassis not reachable from peer device's
* Assign the metric vaule for Ipv6 default route learnt via RA message to higher value so that BGP learnt default route is higher priority.

Signed-off-by: Abhishek Dosi <abdosi@microsoft.com>
  • Loading branch information
abdosi authored Sep 1, 2023
1 parent 238a50f commit 566b5df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions files/dhcp/90-dhcp6-systcl.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ net.ipv6.conf.eth0.accept_ra = 0
net.ipv6.conf.eth0.accept_ra_defrtr = 1
net.ipv6.conf.eth0.accept_ra = 1
{% endif %}
net.ipv6.conf.eth0.ra_defrtr_metric=1996489704

0 comments on commit 566b5df

Please sign in to comment.