Skip to content

Commit

Permalink
Merge pull request #4 from hagihala/add-lb_algo-options
Browse files Browse the repository at this point in the history
Add lb_algo options
  • Loading branch information
yuuki authored Dec 22, 2016
2 parents 19cc6c7 + c2ff308 commit 7733214
Show file tree
Hide file tree
Showing 3 changed files with 313 additions and 263 deletions.
5 changes: 5 additions & 0 deletions parser/lexer.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,14 @@ var SYMBOL_TABLES = map[string]int{
"wrr": WRR,
"lc": LC,
"wlc": WLC,
"fo": FO,
"ovf": OVF,
"lblc": LBLC,
"lblcr": LBLCR,
"sh": SH,
"dh": DH,
"sed": SED,
"nq": NQ,
"NAT": NAT,
"DR": DR,
"TUN": TUN,
Expand Down
Loading

0 comments on commit 7733214

Please sign in to comment.