Skip to content

Commit d5e2c00

Browse files
mssonicbldabdosi
andauthored
Assign the higher metric value for Ipv6 default route learnt via RA message (#16367) (#16440)
* 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 <[email protected]> Co-authored-by: abdosi <[email protected]>
1 parent a956428 commit d5e2c00

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

files/dhcp/90-dhcp6-systcl.conf.j2

+1
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ net.ipv6.conf.eth0.accept_ra = 0
55
net.ipv6.conf.eth0.accept_ra_defrtr = 1
66
net.ipv6.conf.eth0.accept_ra = 1
77
{% endif %}
8+
net.ipv6.conf.eth0.ra_defrtr_metric=1996489704

0 commit comments

Comments
 (0)