diff options
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/https.xml.in | 6 | ||||
-rw-r--r-- | interface-definitions/vrf.xml.in | 10 |
2 files changed, 11 insertions, 5 deletions
diff --git a/interface-definitions/https.xml.in b/interface-definitions/https.xml.in index 1d986b2b4..49bd25b82 100644 --- a/interface-definitions/https.xml.in +++ b/interface-definitions/https.xml.in @@ -111,6 +111,12 @@ <hidden/> </properties> </leafNode> + <leafNode name="virtual-host"> + <properties> + <help>Restrict proxy to virtual host(s)</help> + <multi/> + </properties> + </leafNode> </children> </node> <node name="certificates"> diff --git a/interface-definitions/vrf.xml.in b/interface-definitions/vrf.xml.in index f1895598e..76748e5ae 100644 --- a/interface-definitions/vrf.xml.in +++ b/interface-definitions/vrf.xml.in @@ -29,14 +29,14 @@ <leafNode name="table"> <properties> <help>Routing table associated with this instance</help> - <constraint> - <validator name="numeric" argument="--range 1-2147483647"/> - </constraint> - <constraintErrorMessage>Invalid kernel table number</constraintErrorMessage> <valueHelp> - <format>1-2147483647</format> + <format>100-2147483647</format> <description>Routing table ID</description> </valueHelp> + <constraint> + <validator name="numeric" argument="--range 100-2147483647"/> + </constraint> + <constraintErrorMessage>VRF routing table must be in range from 100 to 2147483647</constraintErrorMessage> </properties> </leafNode> #include <include/interface-description.xml.i> |