Skip to content

Commit 6898018

Browse files
committed
Rename
1 parent 2533605 commit 6898018

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cfgparser/oparse.y

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -421,6 +421,7 @@ ifstmts: | ifstmts ifstmt
421421
ifstmt: vcomment
422422
| iifweight
423423
| isetifmode
424+
| isetifisolated
424425
| TOK_IP4BROADCAST isetipv4mc
425426
| TOK_IPV4BROADCAST isetipv4mc
426427
| TOK_IPV4MULTICAST isetipv4mc
@@ -437,7 +438,6 @@ ifstmt: vcomment
437438
| isethnaval
438439
| isetautodetchg
439440
| isetlqmult
440-
| issetisolated
441441
;
442442

443443
plbody: TOK_OPEN plstmts TOK_CLOSE
@@ -595,7 +595,7 @@ isetifmode: TOK_IFMODE TOK_STRING
595595
}
596596
;
597597

598-
issetisolated: TOK_IFISOLATED TOK_STRING
598+
isetifisolated: TOK_IFISOLATED TOK_STRING
599599
{
600600
int ifcnt = ifs_in_curr_cfg;
601601
struct olsr_if *ifs = olsr_cnf->interfaces;

0 commit comments

Comments
 (0)