diff options
author | Satoshi Fujimoto <satoshi.fujimoto7@gmail.com> | 2017-12-11 16:41:59 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2017-12-16 20:27:06 +0900 |
commit | c31011c7b3467a05bc66a4f6e7a1b6b46e7f051f (patch) | |
tree | a38110bf9917f028b33c7c46d7abd4a4bdc487c0 /docs/sources/policy.md | |
parent | b2ca825f6d55fb316a01909aedab44e865d6f53d (diff) |
docs: Update docs for prefix representations in Neighbor Set
Signed-off-by: Satoshi Fujimoto <satoshi.fujimoto7@gmail.com>
Diffstat (limited to 'docs/sources/policy.md')
-rw-r--r-- | docs/sources/policy.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/sources/policy.md b/docs/sources/policy.md index c9197980..dde2c664 100644 --- a/docs/sources/policy.md +++ b/docs/sources/policy.md @@ -272,6 +272,10 @@ prefix-sets and neighbor-sets section are prefix match part and neighbor match p [[defined-sets.neighbor-sets]] neighbor-set-name = "ns1" neighbor-info-list = ["10.0.255.1"] + # Prefix representations are also acceptable. + [[defined-sets.neighbor-sets]] + neighbor-set-name = "ns2" + neighbor-info-list = ["10.0.0.0/24"] ``` - example 2 |