diff options
-rw-r--r-- | src/config.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.c b/src/config.c index 4259c4d..725c4e4 100644 --- a/src/config.c +++ b/src/config.c @@ -560,6 +560,7 @@ void fastd_config_check(void) { configure_methods(); } +/** Determines if the configuration will never create more than a single interface */ bool fastd_config_single_iface(void) { if (conf.mode == MODE_TAP) return true; |