aboutsummaryrefslogtreecommitdiffstats
path: root/nhrp-events
diff options
context:
space:
mode:
Diffstat (limited to 'nhrp-events')
-rwxr-xr-xnhrp-events12
1 files changed, 8 insertions, 4 deletions
diff --git a/nhrp-events b/nhrp-events
index e5e3bbf..2f55657 100755
--- a/nhrp-events
+++ b/nhrp-events
@@ -1,10 +1,14 @@
#!/usr/bin/lua5.2
--- Example NHRP events processing script which validates
--- NHRP registration GRE address against certificate subjectAltName IP
--- and auto-creates BGP pairings and filters based on sbgp extensions.
+--[[
+Example NHRP events processing script which validates NHRP registration GRE
+address against certificate subjectAltName IP, and auto-creates BGP pairings
+and filters based on S-BGP extensions.
--- Depends on lua5.2 lua5.2-posix lua5.2-cqueues lua5.2-ossl lua-asn1
+Copyright (c) 2015-2017 Timo Teräs
+
+See LICENSE file for license details
+]]--
local posix = require 'posix'
local struct = require 'struct'