diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2015-08-19 22:14:11 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2015-08-19 22:14:11 +0900 |
commit | aa9af495182e822b84201e1d708cda7d2d090313 (patch) | |
tree | 0a28581f78fa89a6b77036ea518c580f86087001 /packet | |
parent | fb91965dd47045339a78f2231169a9d32be52985 (diff) |
config file support rpki configuration
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'packet')
-rw-r--r-- | packet/rtr.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packet/rtr.go b/packet/rtr.go index 8e7ea22a..8eca54f3 100644 --- a/packet/rtr.go +++ b/packet/rtr.go @@ -22,6 +22,10 @@ import ( ) const ( + RPKI_DEFAULT_PORT = 323 +) + +const ( RTR_SERIAL_NOTIFY = iota RTR_SERIAL_QUERY RTR_RESET_QUERY |