ip link add dev gz-hk type wireguard
wg setconf gz-hk /etc/wireguardconf/gz-hk.conf
ip link set gz-hk up
ip addr add fdc8:dc88:ee11:213::192/128 peer fdc8:dc88:ee11:192::213/128 dev
gz-hk
ip addr add 169.254.213.192/32 peer 169.254.192.213/32 dev gz-hk
ip addr add fe80::3088:213/64 dev gz-hk
-
thanks you ! babel problem is solved .
-- Original --
From: "Ondrej Zajicek"https://gitlab.nic.cz/labs/bird/-/commit/fcb4dd0c831339c4374ace17d8f2ae6ebfeed279
?
--
Elen sila lumenn' omentielvo
Ondrej 'Santiago' Zajicek (email: santi...@crfreenet.org)
OpenPGP en
Hi,there!
Cannot access value of igp_metric from within filter.
e.g igp_metric = igp_metric + 100;
The igp_metric value does not change. Is there something wrong with
my operation?
Thanks