diff options
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 |