gluon/package
Sven Eckelmann 3ef28a4684 gluon-client-bridge: Revert "move IPv4 local subnet route to br-client (#1312)"
The commit b3762fc61c ("gluon-client-bridge: move IPv4 local subnet route
to br-client (#1312)") moves the IPv4 prefix from the local-port interface
to br-client. A client requesting an IPv4 connection to the IPv4 anycast
address of the node (the device running gluon) will create following
packets:

1. ARP packet from client to get the MAC of the mac address of the anycast
   IPv4 address
2. ARP reply from node to client with the anycast MAC address for the IPv4
   anycast address
3. IPv4 packet from client which requires reply (for example ICMP echo
   request)
4. ARP request for the client MAC address for its IPv4 address in prefix4
   (done with the mac address of br-client and transmitted over br-client)
5. IPv4 packet from node (transmitted over br-client with br-client MAC
   address) as reply for the client IPv4 packet (for example ICMP echo
   reply)

The step 4 and 5 are problematic here because packets use the node specific
MAC addresses from br-client instead of the anycast MAC address. The client
will receive the ARP packet with the node specific MAC address and change
their own neighbor IP (translation) table. This will for example break the
access to the status page to the connected device or the anycast DNS
forwarder implementation when the client roams to a different node.

This reverts commit b3762fc61c and adds an
upgrade code to remove local_node_route on on existing installations.
2018-07-22 16:42:41 +02:00
..
gluon-alfred treewide: automatically set SECTION and CATEGORY for Gluon packages 2018-04-14 00:01:04 +02:00
gluon-authorized-keys treewide: automatically set SECTION and CATEGORY for Gluon packages 2018-04-14 00:01:04 +02:00
gluon-autoupdater treewide: automatically set SECTION and CATEGORY for Gluon packages 2018-04-14 00:01:04 +02:00
gluon-client-bridge gluon-client-bridge: Revert "move IPv4 local subnet route to br-client (#1312)" 2018-07-22 16:42:41 +02:00
gluon-config-mode-autoupdater treewide: automatically set SECTION and CATEGORY for Gluon packages 2018-04-14 00:01:04 +02:00
gluon-config-mode-contact-info gluon-config-mode-contact-info: allow overriding contact field help and note in site 2018-06-24 19:47:52 +02:00
gluon-config-mode-core gluon-config-mode-*: replace nixio with gluon.util 2018-07-17 20:08:16 +02:00
gluon-config-mode-domain-select gluon-config-mode-*: replace nixio with gluon.util 2018-07-17 20:08:16 +02:00
gluon-config-mode-geo-location gluon-config-mode-geo-location: allow overriding geo location description text 2018-06-29 21:01:24 +02:00
gluon-config-mode-hostname gluon-config-mode-hostname: allow overriding hostname description text 2018-06-29 20:55:32 +02:00
gluon-config-mode-mesh-vpn gluon-config-mode-mesh-vpn: i18n/de: fix missing comma 2018-07-19 19:28:48 +02:00
gluon-config-mode-theme gluon-config-mode-*: replace nixio with gluon.util 2018-07-17 20:08:16 +02:00
gluon-core gluon-core: remove nixio dependency 2018-07-17 20:08:16 +02:00
gluon-ebtables treewide: automatically set SECTION and CATEGORY for Gluon packages 2018-04-14 00:01:04 +02:00
gluon-ebtables-filter-multicast treewide: automatically set SECTION and CATEGORY for Gluon packages 2018-04-14 00:01:04 +02:00
gluon-ebtables-filter-ra-dhcp treewide: automatically set SECTION and CATEGORY for Gluon packages 2018-04-14 00:01:04 +02:00
gluon-ebtables-limit-arp treewide: automatically set SECTION and CATEGORY for Gluon packages 2018-04-14 00:01:04 +02:00
gluon-ebtables-source-filter treewide: automatically set SECTION and CATEGORY for Gluon packages 2018-04-14 00:01:04 +02:00
gluon-l3roamd gluon-l3roamd: fix interface checks in initscript 2018-04-15 12:49:52 +02:00
gluon-lock-password treewide: automatically set SECTION and CATEGORY for Gluon packages 2018-04-14 00:01:04 +02:00
gluon-mesh-batman-adv gluon-client-bridge: Revert "move IPv4 local subnet route to br-client (#1312)" 2018-07-22 16:42:41 +02:00
gluon-mesh-vpn-core gluon-mesh-vpn-core: replace nixio with luaposix 2018-07-17 20:08:15 +02:00
gluon-mesh-vpn-fastd treewide: automatically set SECTION and CATEGORY for Gluon packages 2018-04-14 00:01:04 +02:00
gluon-mesh-vpn-tunneldigger gluon-mesh-vpn-tunneldigger: fix typo in description 2018-04-15 22:48:23 +02:00
gluon-neighbour-info treewide: automatically set SECTION and CATEGORY for Gluon packages 2018-04-14 00:01:04 +02:00
gluon-node-info treewide: automatically set SECTION and CATEGORY for Gluon packages 2018-04-14 00:01:04 +02:00
gluon-radv-filterd gluon-radv-filterd: Invalidate originators cache after some time (#1343) 2018-06-05 21:55:30 +02:00
gluon-radvd treewide: automatically set SECTION and CATEGORY for Gluon packages 2018-04-14 00:01:04 +02:00
gluon-respondd gluon-respondd: fix whitespace after "if" 2018-05-05 15:09:30 +02:00
gluon-setup-mode treewide: automatically set SECTION and CATEGORY for Gluon packages 2018-04-14 00:01:04 +02:00
gluon-site treewide: automatically set SECTION and CATEGORY for Gluon packages 2018-04-14 00:01:04 +02:00
gluon-status-page gluon-status-page: replace nixio with luaposix 2018-07-17 20:08:16 +02:00
gluon-status-page-mesh-batman-adv gluon-status-page: move neighbours-batadv wrapper to batadv-specific package 2018-06-30 16:03:13 +02:00
gluon-wan-dnsmasq gluon-wan-dnsmasq: replace nixio with luaposix 2018-07-17 20:08:15 +02:00
gluon-web gluon-web-*: replace nixio with luaposix 2018-07-17 20:08:16 +02:00
gluon-web-admin gluon-web-*: replace nixio with luaposix 2018-07-17 20:08:16 +02:00
gluon-web-autoupdater treewide: automatically set SECTION and CATEGORY for Gluon packages 2018-04-14 00:01:04 +02:00
gluon-web-logging treewide: automatically set SECTION and CATEGORY for Gluon packages 2018-04-14 00:01:04 +02:00
gluon-web-mesh-vpn-fastd treewide: automatically set SECTION and CATEGORY for Gluon packages 2018-04-14 00:01:04 +02:00
gluon-web-model gluon-web-*: replace nixio with luaposix 2018-07-17 20:08:16 +02:00
gluon-web-network gluon-web-network: remove legacy option for wired mesh 2018-04-27 17:48:36 +02:00
gluon-web-node-role treewide: automatically set SECTION and CATEGORY for Gluon packages 2018-04-14 00:01:04 +02:00
gluon-web-private-wifi treewide: automatically set SECTION and CATEGORY for Gluon packages 2018-04-14 00:01:04 +02:00
gluon-web-wifi-config gluon-web-*: replace nixio with luaposix 2018-07-17 20:08:16 +02:00
libbatadv treewide: remove redundant definitions from package Makefiles 2018-03-07 21:23:41 +01:00
libgluonutil treewide: move package Makefile boilerplate to gluon.mk 2018-03-08 19:49:41 +01:00
features gluon-status-page: make status page mesh protocol agnostic 2018-04-15 12:46:01 +02:00
gluon.mk treewide: automatically set SECTION and CATEGORY for Gluon packages 2018-04-14 00:01:04 +02:00