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 IKEv1 connection
north #
 echo "initdone"
initdone
north #
 ipsec auto --up northnet-eastnet
003 "northnet-eastnet" #1: IKEv1 Aggressive Mode with PSK is vulnerable to dictionary attacks and is cracked on large scale by TLA's
002 "northnet-eastnet" #1: initiating IKEv1 Aggressive Mode connection
1v1 "northnet-eastnet" #1: sent Aggressive Mode request
002 "northnet-eastnet" #1: Peer ID is ID_FQDN: '@east'
004 "northnet-eastnet" #1: IKE SA established {auth=PRESHARED_KEY cipher=AES_CBC_256 integ=HMAC_SHA2_256 group=MODP2048}
002 "northnet-eastnet" #2: initiating Quick Mode IKEv1+PSK+ENCRYPT+TUNNEL+PFS+UP+AGGRESSIVE+IKE_FRAG_ALLOW+ESN_NO+ESN_YES
1v1 "northnet-eastnet" #2: sent Quick Mode request
004 "northnet-eastnet" #2: IPsec SA established tunnel mode {ESP=>0xESPESP <0xESPESP xfrm=AES_CBC_128-HMAC_SHA2_256_128 DPD=passive}
north #
 ../../guestbin/ping-once.sh --up -I 192.0.3.254 192.0.22.254
up
north #
 ../../guestbin/ping-once.sh --up -I 192.0.3.254 192.0.22.254
up
north #
 ipsec whack --trafficstatus
006 #2: "northnet-eastnet", type=ESP, add_time=1234567890, inBytes=168, outBytes=168, maxBytes=2^63B, id='@east'
north #
 ipsec whack --trafficstatus
006 #2: "northnet-eastnet", type=ESP, add_time=1234567890, inBytes=168, outBytes=168, maxBytes=2^63B, 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   
    168        2        0       0       0       0       
    TX: bytes  packets  errors  dropped carrier collsns 
    168        2        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.3.0/24 dev eth0 proto kernel scope link src 192.0.3.254
192.0.22.0/24 dev ipsec1 scope link
192.1.3.0/24 dev eth1 proto kernel scope link src 192.1.3.33
north #
 
