Skip to content

Commit

Permalink
Merge pull request #13 from albatross0/add_preempt_delay
Browse files Browse the repository at this point in the history
Add preempt_delay
  • Loading branch information
yuuki authored Aug 4, 2017
2 parents ffc16c3 + 98f4063 commit 65f1b28
Show file tree
Hide file tree
Showing 3 changed files with 494 additions and 489 deletions.
1 change: 1 addition & 0 deletions parser/lexer.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ var SYMBOL_TABLES = map[string]int{
"lvs_sync_daemon_interface": LVS_SYNC_DAEMON_INTERFACE,
"virtual_router_id": VIRTUAL_ROUTER_ID,
"nopreempt": NOPREEMPT,
"preempt_delay": PREEMPT_DELAY,
"priority": PRIORITY,
"advert_int": ADVERT_INT,
"virtual_ipaddress": VIRTUAL_IPADDRESS,
Expand Down
Loading

0 comments on commit 65f1b28

Please sign in to comment.