diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2013-03-09 22:54:06 +0100 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2013-03-09 22:54:06 +0100 |
commit | 631c13d2473e475096c77f129282671711c379bb (patch) | |
tree | 46271e037bcf2041f9e3156389a919d3f348e35a /src/fastd.h | |
parent | ec8109fa53082d242459893373f009e27f6732df (diff) | |
download | fastd-631c13d2473e475096c77f129282671711c379bb.tar fastd-631c13d2473e475096c77f129282671711c379bb.zip |
Add options to hide IP and MAC addresses from log output
Diffstat (limited to 'src/fastd.h')
-rw-r--r-- | src/fastd.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/fastd.h b/src/fastd.h index 11f6dfb..9b1191a 100644 --- a/src/fastd.h +++ b/src/fastd.h @@ -251,6 +251,9 @@ struct fastd_config { bool daemon; char *pid_file; + bool hide_ip_addresses; + bool hide_mac_addresses; + bool machine_readable; bool generate_key; bool show_key; |