ip route get to 192.0.2.254 | grep eth1 && ip route del 192.0.2.0/24 via 192.1.3.254 dev eth1
192.0.2.254 via 192.1.3.254 dev eth1 src 192.1.3.33 uid 0 
RTNETLINK answers: No such process
north #
 /testing/guestbin/swan-prep
north #
 ipsec start
Redirecting to: [initsystem]
north #
 ../../guestbin/wait-until-pluto-started
north #
 ipsec auto --add northnet-eastnet
002 "northnet-eastnet": added IKEv2 connection
north #
 echo "initdone"
initdone
north #
 ipsec auto --up northnet-eastnet
1v2 "northnet-eastnet" #1: initiating IKEv2 connection
1v2 "northnet-eastnet" #1: sent IKE_SA_INIT request
1v2 "northnet-eastnet" #1: sent IKE_AUTH request {cipher=AES_GCM_16_256 integ=n/a prf=HMAC_SHA2_512 group=MODP2048}
003 "northnet-eastnet" #1: established IKE SA; authenticated using authby=secret and peer ID_FQDN '@east'
004 "northnet-eastnet" #2: established Child SA using #1; IPsec tunnel [192.0.3.0-192.0.3.255:0-65535 0] -> [192.0.2.0-192.0.2.255:0-65535 0] {ESP/ESN=>0xESPESP <0xESPESP xfrm=AES_GCM_16_256-NONE DPD=passive}
north #
 ../../guestbin/ping-once.sh --up -I 192.0.3.254 192.0.2.254
up
north #
 echo done
done
north #
 ipsec whack --trafficstatus
006 #2: "northnet-eastnet", type=ESP, add_time=1234567890, inBytes=84, outBytes=84, id='@east'
north #
 ip -s link show ipsec1
X: ipsec1@eth1: <NOARP,UP,LOWER_UP> mtu 1500 state UNKNOWN
    RX: bytes  packets  errors  dropped missed  mcast   
    84         1        0       0       0       0       
    TX: bytes  packets  errors  dropped carrier collsns 
    84         1        0       0       0       0       
north #
 ip rule show
0:	from all lookup local
32766:	from all lookup main
32767:	from all lookup default
north #
 ip route show table 50
Error: ipv4: FIB table does not exist.
Dump terminated
north #
 ip route
default via 192.1.3.254 dev eth1
192.0.2.0/24 dev ipsec1 scope link
192.0.3.0/24 dev eth0 proto kernel scope link src 192.0.3.254
192.1.3.0/24 dev eth1 proto kernel scope link src 192.1.3.33
north #
 
