diff options
Diffstat (limited to 'src/libstrongswan/utils/host.h')
-rw-r--r-- | src/libstrongswan/utils/host.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstrongswan/utils/host.h b/src/libstrongswan/utils/host.h index d81efffa6..0ca7d5738 100644 --- a/src/libstrongswan/utils/host.h +++ b/src/libstrongswan/utils/host.h @@ -126,7 +126,7 @@ struct host_t { * - TRUE if host has IP 0.0.0.0 for default route * - FALSE otherwise */ - bool (*is_default_route) (host_t *this); + bool (*is_anyaddr) (host_t *this); /** * @brief get the address of this host as chunk_t |