Björn Anters
Björn Anters
``` ~# ip route show default 0.0.0.0/0 default proto bird src 10.72.44.3 metric 32 nexthop via inet6 fe80::429e:a4ff:fe79:f50f dev eth1b weight 1 nexthop via inet6 fe80::429e:a4ff:fe7b:8f0f dev eth1a weight 1...
What exactly is the device used for? In our setup we explicitly do _not_ want to use a fixed interface, since these are supposed to "failover" each other.
AH, thx for clarification :) Yes, i' like to expect the ip "10.72.44.3" added to the certificate, in fact with your current ip route command it already gets the correct...
yes, I thought so, a one-liner using structured data could like this: ``` ip -j a | jq -r '.[] | .addr_info | map(select(.local == "'"$(ip -j r s default...
ok, thx, I will have a look into the source and try to get it running :)
well, until now plain `ip` is used, i could replace is with just `ip`, or the script can get the path beforehand, what would you prefer?
I changed the script to use short-paths for `ip`and `jq`, as like as it was before
@weizhouapache anything missing still?