diff options
author | sarthurdev <965089+sarthurdev@users.noreply.github.com> | 2022-10-10 16:08:34 +0200 |
---|---|---|
committer | sarthurdev <965089+sarthurdev@users.noreply.github.com> | 2022-10-10 16:08:34 +0200 |
commit | 47984a6de93b134820e21c04101c9e844c8fc00e (patch) | |
tree | 5f7ce4ec4b5015c1483b5223b0c1a3666e1e624b /interface-definitions/include/policy | |
parent | 8269866a5d467c8c05e770720a268e1f3cb868c0 (diff) | |
download | vyos-1x-47984a6de93b134820e21c04101c9e844c8fc00e.tar.gz vyos-1x-47984a6de93b134820e21c04101c9e844c8fc00e.zip |
policy: T4742: Add policy route table auto-complete
Diffstat (limited to 'interface-definitions/include/policy')
-rw-r--r-- | interface-definitions/include/policy/route-common-rule-ipv6.xml.i | 4 | ||||
-rw-r--r-- | interface-definitions/include/policy/route-common-rule.xml.i | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/interface-definitions/include/policy/route-common-rule-ipv6.xml.i b/interface-definitions/include/policy/route-common-rule-ipv6.xml.i index cfeba1a6c..662206336 100644 --- a/interface-definitions/include/policy/route-common-rule-ipv6.xml.i +++ b/interface-definitions/include/policy/route-common-rule-ipv6.xml.i @@ -198,6 +198,10 @@ <validator name="numeric" argument="--range 1-200"/> <regex>(main)</regex> </constraint> + <completionHelp> + <list>main</list> + <path>protocols static table</path> + </completionHelp> </properties> </leafNode> <leafNode name="tcp-mss"> diff --git a/interface-definitions/include/policy/route-common-rule.xml.i b/interface-definitions/include/policy/route-common-rule.xml.i index 5a17dbc95..35fccca50 100644 --- a/interface-definitions/include/policy/route-common-rule.xml.i +++ b/interface-definitions/include/policy/route-common-rule.xml.i @@ -198,6 +198,10 @@ <validator name="numeric" argument="--range 1-200"/> <regex>(main)</regex> </constraint> + <completionHelp> + <list>main</list> + <path>protocols static table</path> + </completionHelp> </properties> </leafNode> <leafNode name="tcp-mss"> |