ip6: turn RA acceptance off when RAs shouldn't be used (rh #588163)

Make sure we don't inadvertenly let the kernel assign an RA address
when connections that don't allow RA are used.
This commit is contained in:
Dan Williams
2010-05-03 03:42:43 -07:00
parent 10d6bc8d2e
commit 7926b3ca95
5 changed files with 107 additions and 58 deletions

View File

@@ -73,4 +73,8 @@ void value_hash_add_bool (GHashTable *hash,
gboolean nm_utils_do_sysctl (const char *path, const char *value);
gboolean nm_utils_get_proc_sys_net_value (const char *path,
const char *iface,
guint32 *out_value);
#endif /* NETWORK_MANAGER_UTILS_H */