projects
/
l2tpns.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
6b70732
)
Fix: remove old IPV6 routes on master
2.2.1-2fdn3.12
author
fendo
<fendo@bi12info.com>
Tue, 10 Dec 2013 22:17:21 +0000
(23:17 +0100)
committer
fendo
<fendo@bi12info.com>
Tue, 10 Dec 2013 22:17:21 +0000
(23:17 +0100)
debian/changelog
patch
|
blob
|
history
l2tpns.c
patch
|
blob
|
history
diff --git
a/debian/changelog
b/debian/changelog
index
8600178
..
5dc13f3
100644
(file)
--- a/
debian/changelog
+++ b/
debian/changelog
@@
-1,4
+1,10
@@
-l2tpns (2.2.1-2fdn3.11) UNRELEASED; urgency=low
+l2tpns (2.2.1-2fdn3.12) UNRELEASED; urgency=low
+
+ * Fix: remove old IPV6 routes on master
+
+ -- Fernando Alves <fendo@sameswifi.fr> Tue, 10 Dec 2013 23:13:20 +0100
+
+l2tpns (2.2.1-2fdn3.11) unstable; urgency=low
* Fix: throttle ipv6 out.
* Fix: remove old IPV6 routes on slave
* Fix: throttle ipv6 out.
* Fix: remove old IPV6 routes on slave
@@
-13,7
+19,7
@@
l2tpns (2.2.1-2fdn3.11) UNRELEASED; urgency=low
* Add build-arch/build-indep targets to debian/rules
* Fix: compiling Warning
* Add build-arch/build-indep targets to debian/rules
* Fix: compiling Warning
- -- Fernando Alves <fe
rnando.alves@sameswireless.fr> Sun, 06 Oct 2013 10:38:53 +02
00
+ -- Fernando Alves <fe
ndo@sameswifi.fr> Tue, 10 Dec 2013 23:08:45 +01
00
l2tpns (2.2.1-2fdn3.10) unstable; urgency=low
l2tpns (2.2.1-2fdn3.10) unstable; urgency=low
diff --git
a/l2tpns.c
b/l2tpns.c
index
6c1e620
..
04fe44b
100644
(file)
--- a/
l2tpns.c
+++ b/
l2tpns.c
@@
-2120,9
+2120,9
@@
void sessionshutdown(sessionidt s, char const *reason, int cdn_result, int cdn_e
free_ip_address(s);
// unroute IPv6, if setup
free_ip_address(s);
// unroute IPv6, if setup
- if (session[s].
ppp.ipv6cp == Opened
&& session[s].ipv6prefixlen && del_routes)
+ if (session[s].
ipv6route.s6_addr[0]
&& session[s].ipv6prefixlen && del_routes)
route6set(s, session[s].ipv6route, session[s].ipv6prefixlen, 0);
route6set(s, session[s].ipv6route, session[s].ipv6prefixlen, 0);
-
+
if (b)
{
// This session was part of a bundle
if (b)
{
// This session was part of a bundle