diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2014-11-09 19:42:30 +0100 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2014-11-11 10:50:16 +0100 |
commit | b0fd63195bec8bcfe1cc0a2a0f949911109426b5 (patch) | |
tree | af6fc0c98c70f71a3a18fe4183d79d937c65f429 /doc/examples/openwrt/fastd.config | |
parent | 924261bc926ce497eecad2d0f10b03088e3fdec7 (diff) | |
download | fastd-b0fd63195bec8bcfe1cc0a2a0f949911109426b5.tar fastd-b0fd63195bec8bcfe1cc0a2a0f949911109426b5.zip |
docs: examples/openwrt: support all handler commands via UCI
Diffstat (limited to 'doc/examples/openwrt/fastd.config')
-rw-r--r-- | doc/examples/openwrt/fastd.config | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/examples/openwrt/fastd.config b/doc/examples/openwrt/fastd.config index 69e3b21..e2c6db6 100644 --- a/doc/examples/openwrt/fastd.config +++ b/doc/examples/openwrt/fastd.config @@ -90,6 +90,16 @@ config fastd sample_config # command to execute before the tunnel interface is set down; $1 will be the interface name (optional) # option down '' + # commands executed by fastd ($INTERFACE can be used for the interface name; optional) +# option on_pre_up '' +# option on_up '' +# option on_down '' +# option on_post_down '' +# option on_connect '' +# option on_establish '' +# option on_disestablish '' +# option on_verify '' + config peer sample_peer |