This patch-set adds the basis for handling misrouted packets (packets addressed to an instance that was migrated/failed over recently).
Balazs Lecz (5): Add stub for NFLOG support Add NFLOG iptables initialization Add misrouted packet handler stub Factor out the instance-node map Look up source node of misrouted packets Makefile.am | 3 +- autotools/run-in-tempdir | 1 + daemons/ganeti-nld | 67 +++++++++++++++++++++++++++++++++++++++++--- lib/nflog_dispatcher.py | 57 ++++++++++++++++++++++++++++++++++++++ scripts/common.sh.in | 1 + scripts/iptables_setup.in | 7 +++++ 6 files changed, 130 insertions(+), 6 deletions(-) create mode 100644 lib/nflog_dispatcher.py
