diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-12-11 19:33:08 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2022-12-11 19:34:15 +0100 |
commit | 9fe2353ee85fda18c181dab973cbcde6d2294e6c (patch) | |
tree | 0808b74c80c6e1ef5d31ce1bd2f276121f400f9c /interface-definitions/include/interface/no-peer-dns.xml.i | |
parent | a52a52c433d43e4df986fdb7192d9a8357df446a (diff) | |
download | vyos-1x-9fe2353ee85fda18c181dab973cbcde6d2294e6c.tar.gz vyos-1x-9fe2353ee85fda18c181dab973cbcde6d2294e6c.zip |
pppoe: xml: T4792: split "no-peer-dns" CLI node into building block
Diffstat (limited to 'interface-definitions/include/interface/no-peer-dns.xml.i')
-rw-r--r-- | interface-definitions/include/interface/no-peer-dns.xml.i | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/interface-definitions/include/interface/no-peer-dns.xml.i b/interface-definitions/include/interface/no-peer-dns.xml.i new file mode 100644 index 000000000..d663f04c1 --- /dev/null +++ b/interface-definitions/include/interface/no-peer-dns.xml.i @@ -0,0 +1,8 @@ +<!-- include start from interface/no-peer-dns.xml.i --> +<leafNode name="no-peer-dns"> + <properties> + <help>Do not use DNS servers provided by the peer</help> + <valueless/> + </properties> +</leafNode> +<!-- include end --> |