Skip to content

Commit

Permalink
All system updates from an intrinsic lease were ignored, because ni_c…
Browse files Browse the repository at this point in the history
…onfig_addrconf_update_mask() returned a mask of 0 for this type

Signed-off-by: Olaf Kirch <okir@suse.de>
  • Loading branch information
okirch committed Sep 2, 2014
1 parent 2d5e2e0 commit a17cd0f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/config.c
Expand Up @@ -971,6 +971,9 @@ ni_config_addrconf_update_mask(ni_addrconf_mode_t type, unsigned int family)

switch (type) {
case NI_ADDRCONF_STATIC:
case NI_ADDRCONF_INTRINSIC:
/* for now we treat intrinsic just like static. We may want to differentiate
* a bit better in the future. Let's see if anyone needs it. */
mask = conf ? conf->addrconf.default_allow_update :
ni_config_addrconf_update_mask_all();
break;
Expand Down

0 comments on commit a17cd0f

Please sign in to comment.