Infrastructure for detecting loopback interfaces

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep
2015-01-02 08:49:38 -08:00
parent 551a16d18f
commit 3890b8a884
4 changed files with 32 additions and 6 deletions

View File

@ -323,6 +323,8 @@ get_config() {
LEGACY_FASTSTART=Yes
;;
esac
g_loopback=$(find_loopback_interfaces)
}
#