diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2015-04-22 21:19:46 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2015-04-22 21:19:46 +0900 |
commit | c8fdac2ee5586ff81a72f821ef994f10ef6ec587 (patch) | |
tree | 4bc233135ec68c3ca79762a8ce95dc17775b03ff /docs/sources/filter.md | |
parent | cd31ffea16219da27aa93df4bb5e7fecadbd261f (diff) |
docs: update all the docs about the new CLI syntax
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'docs/sources/filter.md')
-rw-r--r-- | docs/sources/filter.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/sources/filter.md b/docs/sources/filter.md index 041a9be0..7e186f95 100644 --- a/docs/sources/filter.md +++ b/docs/sources/filter.md @@ -92,7 +92,7 @@ If the *pd2* sets *MatchSetOptions* to 0, any of match conditions meets, the pol Confirm that 10.0.255.1 neighbor advertises two routes. ``` -$ gobgp show neighbor 10.0.255.1 adj-in +$ gobgp neighbor 10.0.255.1 adj-in Network Next Hop AS_PATH Age Attrs 10.3.0.0/16 10.0.255.1 [65001] 00:51:57 [{Origin: 0} {Med: 0}] 10.33.0.0/16 10.0.255.1 [65001] 00:51:57 [{Origin: 0} {Med: 0}] @@ -101,10 +101,10 @@ $ gobgp show neighbor 10.0.255.1 adj-in Now let's check out if the policy works as expected. ``` -$ gobgp show neighbor 10.0.255.2 local +$ gobgp neighbor 10.0.255.2 local Network Next Hop AS_PATH Age Attrs *> 10.3.0.0/16 10.0.255.1 [65001] 00:49:36 [{Origin: 0} {Med: 0}] -$ gobgp show neighbor 10.0.255.3 local +$ gobgp neighbor 10.0.255.3 local Network Next Hop AS_PATH Age Attrs *> 10.3.0.0/16 10.0.255.1 [65001] 00:49:38 [{Origin: 0} {Med: 0}] *> 10.33.0.0/16 10.0.255.1 [65001] 00:49:38 [{Origin: 0} {Med: 0}] |