summaryrefslogtreecommitdiffstats
path: root/src/fastd.h
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2013-07-23 20:52:48 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2013-07-23 20:52:48 +0200
commitce4645aef8b57f5ac8f1697d6396ce4761aed843 (patch)
tree391154ce4d60047f4507a61588d81ded7aa155c6 /src/fastd.h
parent945cc762afe999bdc9b30fa2818f64e7a5ae2db6 (diff)
downloadfastd-ce4645aef8b57f5ac8f1697d6396ce4761aed843.tar
fastd-ce4645aef8b57f5ac8f1697d6396ce4761aed843.zip
Don't trigger a resolve when a packet from an unknown peer is received
Diffstat (limited to 'src/fastd.h')
-rw-r--r--src/fastd.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/fastd.h b/src/fastd.h
index 4ce5bb4..a155c80 100644
--- a/src/fastd.h
+++ b/src/fastd.h
@@ -225,12 +225,7 @@ struct fastd_config {
fastd_peer_group_config_t *peer_group;
fastd_peer_config_t *peers;
- unsigned n_floating;
- unsigned n_v4;
- unsigned n_v6;
- unsigned n_dynamic;
- unsigned n_dynamic_v4;
- unsigned n_dynamic_v6;
+ bool has_floating;
fastd_protocol_config_t *protocol_config;