[Swan-commit] Changes to ref refs/heads/master

Antony Antony antony at vault.libreswan.fi
Wed Nov 27 21:58:09 UTC 2019


New commits:
commit 37ef81564178964c9a57bd5dc17552fbe4c99f52
Author: Antony Antony <antony at phenome.org>
Date:   Wed Nov 27 21:51:23 2019 +0000

    pluto: fix %defaultroute when the gatewy is link-local fe80::
    
    ip -6 route
    default via fe80::5054:ff:fe91:ccc3 dev eth0 metric 1024 pref medium
    
    before
    dst fe80::5054:ff:fe91:ccc3 via  dev eth0 src fe80::5054:ff:feee:8b2c table 254
    set addr: fe80::5054:ff:feee:8b2c
    
    after
    dst 2001:db8:1:2::23 via  dev eth0 src 2001:db8:1:2::45 table 254
    set addr: 2001:db8:1:2::45
    
    When the default route is pointing to 2001:db8:1:2::254 it works without
    this fix.

commit aa2dfb1eb27d59ad33ca2ede03343fd505b9ab92
Author: Antony Antony <antony at phenome.org>
Date:   Tue Nov 26 09:08:24 2019 +0000

    pluto: %defaultroute for IPv6 fix
    
    this is required for the case where default gateway is not link-local
    Need testing for the case where the gateway is link local



More information about the Swan-commit mailing list