Re: 2.0.9 protocol babel issue

2022-02-22 Thread Aihui Sun
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     -

Re: 2.0.9 protocol babel issue

2022-02-26 Thread Aihui Sun
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

igp_metric attribute of bird 3.0.1

2025-01-12 Thread Aihui Sun
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