|
|
| version 1.1.1.1, 2017/06/12 07:58:55 | version 1.1.1.1.2.1, 2017/06/14 09:28:09 |
|---|---|
| Line 343 parse_phyint(s) | Line 343 parse_phyint(s) |
| v->uv_local_pref = n; | v->uv_local_pref = n; |
| } | } |
| else if(EQUAL(w, "metric")) | else if(EQUAL(w, "metric")) { |
| if(EQUAL((w = next_word(&s)), "")) | if(EQUAL((w = next_word(&s)), "")) |
| log(LOG_WARNING, 0, | log(LOG_WARNING, 0, |
| "Missing metric for phyint %s in %s", | "Missing metric for phyint %s in %s", |
| Line 361 parse_phyint(s) | Line 361 parse_phyint(s) |
| inet_fmt(local, s1), n); | inet_fmt(local, s1), n); |
| v->uv_local_metric = n; | v->uv_local_metric = n; |
| } | } |
| } | |
| } /* if not empty */ | } /* if not empty */ |
| break; | break; |
| } | } |