Commit 53247196 authored by Ondrej Zajicek (work)'s avatar Ondrej Zajicek (work)
Browse files

Doc: Update BGP mask documentation

parent 452e90ba
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -1473,7 +1473,8 @@ foot).
	but <tt>bgp_path &tilde; [= * 4 5 * =]</tt> is false. BGP mask
	but <tt>bgp_path &tilde; [= * 4 5 * =]</tt> is false. BGP mask
	expressions can also contain integer expressions enclosed in parenthesis
	expressions can also contain integer expressions enclosed in parenthesis
	and integer variables, for example <tt>[= * 4 (1+2) a =]</tt>. You can
	and integer variables, for example <tt>[= * 4 (1+2) a =]</tt>. You can
        also use ranges, for example <tt>[= * 3..5 2 100..200 * =]</tt>.
	also use ranges (e.g. <tt>[= * 3..5 2 100..200 * =]</tt>) and sets
	(e.g. <tt>[= 1 2 [3, 5, 7] * =]</tt>).


	<tag><label id="type-clist">clist</tag>
	<tag><label id="type-clist">clist</tag>
	Clist is similar to a set, except that unlike other sets, it can be
	Clist is similar to a set, except that unlike other sets, it can be