diff options
| author | Christian Breunig <christian@breunig.cc> | 2023-03-10 21:33:21 +0100 | 
|---|---|---|
| committer | Christian Breunig <christian@breunig.cc> | 2023-03-10 21:34:33 +0100 | 
| commit | 18f0f12d61763302a5b85b37e6755537fb9a55cd (patch) | |
| tree | f1b5975bf4832732610d936087cd5f61470d0dd0 | |
| parent | 0850cc549b48f101a3c0393243c622598655ebdc (diff) | |
| download | vyos-1x-18f0f12d61763302a5b85b37e6755537fb9a55cd.tar.gz vyos-1x-18f0f12d61763302a5b85b37e6755537fb9a55cd.zip | |
rpki: xml: T3255: re-use generic username building block
| -rw-r--r-- | interface-definitions/protocols-rpki.xml.in | 6 | 
1 files changed, 1 insertions, 5 deletions
| diff --git a/interface-definitions/protocols-rpki.xml.in b/interface-definitions/protocols-rpki.xml.in index 0098cacb6..c41fa54f2 100644 --- a/interface-definitions/protocols-rpki.xml.in +++ b/interface-definitions/protocols-rpki.xml.in @@ -71,11 +71,7 @@                        </constraint>                      </properties>                    </leafNode> -                  <leafNode name="username"> -                    <properties> -                      <help>RPKI SSH username</help> -                    </properties> -                  </leafNode> +                  #include <include/generic-username.xml.i>                  </children>                </node>              </children> | 
