<!-- include start from bgp/neighbor-path-attribute.xml.i --> <node name="path-attribute"> <properties> <help>Manipulate path attributes from incoming UPDATE messages</help> </properties> <children> <leafNode name="discard"> <properties> <help>Drop specified attributes from incoming UPDATE messages</help> <valueHelp> <format>u32:1-255</format> <description>Attribute number</description> </valueHelp> <constraint> <validator name="numeric" argument="--range 1-255"/> </constraint> </properties> </leafNode> </children> </node> <!-- include end -->