From 8bd7c26200a141a88cdf28bbc65ebe42fcede2bb Mon Sep 17 00:00:00 2001 From: Jerry Date: Wed, 25 Nov 2020 16:28:11 +0800 Subject: [PATCH] document: refine route.toml --- document/route.toml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/document/route.toml b/document/route.toml index 9403bb5..5485859 100644 --- a/document/route.toml +++ b/document/route.toml @@ -7,15 +7,17 @@ # CIDR notation as the table name. ["10.127.0.0/32"] -# IP usage (mandatory). Possible values: +# IP network usage (mandatory). Possible values: # - subnet: this is a subnetwork announced by this AS. -# - loopback: this is a loopback IP. The IP prefix should be a /32 one. +# - loopback: this is a loopback IP (mainly used in anycast). The IP prefix should be a /32 (ipv4) or /64 (ipv6) one. Overlap check is skipped. +# If you have no idea what this is, please fill in "subnet". +# Any other value is considered invalid and will result in this CIDR being skipped entirely. type = "" -# IP name (mandatory). +# IP network name (mandatory). name = "" -# IP description (optional). +# IP network description (optional). description = "" # The supernet of this IP network (optional). Overlapping IP prefixes are