Skip to content

Tags: mk01/kube-router-ipv6

Tags

v0.2.3

Toggle v0.2.3's commit message
IPVS throughput fixes and enable arp_ignore and arp_announce

v0.2.2

Toggle v0.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixes regression in BGP route reflector functionality. (cloudnativela…

…bs#573)

Use proper conversion so correct cluster ID is passed to GoBGP library

v0.2.1

Toggle v0.2.1's commit message
Ipv6; BGP peering (cloudnativelabs#545)

* Use ip6tables for ipv6 and handle ipv6 for egress rules

* Make the temp ipset's fit into 31 characters

This should be improved. Some hash string should be used for
temp names.

v0.2.0

Toggle v0.2.0's commit message
dont shutdown gobgp server if graceful restart is enabled (cloudnativ…

…elabs#526)

v0.2.0-beta.10

Toggle v0.2.0-beta.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
prevent IPIP tunnel creation when --override-nexthop=ture (cloudnativ…

…elabs#518)

v0.2.0-beta.9

Toggle v0.2.0-beta.9's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Add support for BGP path prepending through node annotations (cloudna…

…tivelabs#476)

v0.2.0-beta.8

Toggle v0.2.0-beta.8's commit message
Implemented the use of both namespaceSelector and podSelector in netw…

…ork policy peers (cloudnativelabs#475) (cloudnativelabs#479)

* Moved code for evaluation of policy peers into separate func to avoid code duplication

* Ensured fallback to policy namespace, if namespaceSelector is not set

v0.2.0-beta.7

Toggle v0.2.0-beta.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixes regression, where adding service VIP to the tunnel interface in…

…side the pods when DSR is used was failing (cloudnativelabs#462)

v0.2.0-beta.6

Toggle v0.2.0-beta.6's commit message
services: correct check for inactive service endpoints (cloudnativela…

…bs#430)

* services: correct check for inactive service endpoints

* services: avoid creating ipvs services that would later get deleted

v0.2.0-beta.5

Toggle v0.2.0-beta.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix wrong use of advertiseVIPs where withdrawVIPs is required (cloudn…

…ativelabs#436)