10 Jul
2022
10 Jul
'22
00:38
http://bugzilla.opensuse.org/show_bug.cgi?id=1201263 http://bugzilla.opensuse.org/show_bug.cgi?id=1201263#c3 --- Comment #3 from Jason Mader <jmader2@gmu.edu> --- This is the best I can come up with, but there's got to be a better way, systemctl edit --force --full eth0-routes.service ``` [Unit] Description=Add IPv6 static routes After=network-online.target Requires=network-online.target [Service] Type=oneshot ExecStart=sleep 10 ExecStart=/sbin/ip -6 route add 2620:10e:6024:f004::/64 via fe80::1 dev eth0 src 2620:10e:6026:d0a6:92b1:1cff:fe69:b05b metric 256 RemainAfterExit=true [Install] WantedBy=multi-user.target ``` systemctl enable eth0-routes -- You are receiving this mail because: You are on the CC list for the bug.