We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2533605 commit 6898018Copy full SHA for 6898018
src/cfgparser/oparse.y
@@ -421,6 +421,7 @@ ifstmts: | ifstmts ifstmt
421
ifstmt: vcomment
422
| iifweight
423
| isetifmode
424
+ | isetifisolated
425
| TOK_IP4BROADCAST isetipv4mc
426
| TOK_IPV4BROADCAST isetipv4mc
427
| TOK_IPV4MULTICAST isetipv4mc
@@ -437,7 +438,6 @@ ifstmt: vcomment
437
438
| isethnaval
439
| isetautodetchg
440
| isetlqmult
- | issetisolated
441
;
442
443
plbody: TOK_OPEN plstmts TOK_CLOSE
@@ -595,7 +595,7 @@ isetifmode: TOK_IFMODE TOK_STRING
595
}
596
597
598
-issetisolated: TOK_IFISOLATED TOK_STRING
+isetifisolated: TOK_IFISOLATED TOK_STRING
599
{
600
int ifcnt = ifs_in_curr_cfg;
601
struct olsr_if *ifs = olsr_cnf->interfaces;
0 commit comments