From cd4b0107c3b6855a8bf495cb972d04f8863d95c9 Mon Sep 17 00:00:00 2001 From: ISHIDA Wataru Date: Tue, 16 Aug 2016 19:27:39 +0000 Subject: policy: support route-type condition // match with routes locally generated $ gobgp policy statement s0 add condition route-type local // match with routes received from eBGP peers $ gobgp policy statement s0 add condition route-type external // match with routes received from iBGP peers $ gobgp policy statement s0 add condition route-type internal Signed-off-by: ISHIDA Wataru --- docs/sources/policy.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/sources/policy.md') diff --git a/docs/sources/policy.md b/docs/sources/policy.md index ed8ee9ef..f746f6a7 100644 --- a/docs/sources/policy.md +++ b/docs/sources/policy.md @@ -98,6 +98,7 @@ Conditions are categorized into attributes below: - community - extended community - rpki validation result +- route type (internal/external/local) As showed in the figure above, some of the conditions point to defined sets, which are a container for each condition item (e.g. prefixes). -- cgit v1.2.3