From a6a5b5e00e98aa27644a1afa4a461819221b758d Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Thu, 5 Apr 2012 20:38:30 +0200 Subject: Add on-establish and on-disestablish commands --- src/config.l | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/config.l') diff --git a/src/config.l b/src/config.l index c352a1d..c2f771a 100644 --- a/src/config.l +++ b/src/config.l @@ -71,6 +71,8 @@ tun { UPDATE_LOCATION; return TOK_TUN; } on { UPDATE_LOCATION; return TOK_ON; } up { UPDATE_LOCATION; return TOK_UP; } down { UPDATE_LOCATION; return TOK_DOWN; } +establish { UPDATE_LOCATION; return TOK_ESTABLISH; } +disestablish { UPDATE_LOCATION; return TOK_DISESTABLISH; } peers { UPDATE_LOCATION; return TOK_PEERS; } from { UPDATE_LOCATION; return TOK_FROM; } log { UPDATE_LOCATION; return TOK_LOG; } -- cgit v1.2.3