diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-03-07 18:24:27 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-03-07 18:24:27 +0100 |
commit | e93dfe5517982216759c29c023a563d6db825052 (patch) | |
tree | 457ff72780ca9178b0c5159d08f1d76a17e10a08 /interface-definitions | |
parent | aa0b5251fa2e9c4b652582f747c2df0b34a3f66a (diff) | |
download | vyos-1x-e93dfe5517982216759c29c023a563d6db825052.tar.gz vyos-1x-e93dfe5517982216759c29c023a563d6db825052.zip |
vrf: T31: enable vrf support for pppoe interface
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/interfaces-pppoe.xml.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/interface-definitions/interfaces-pppoe.xml.in b/interface-definitions/interfaces-pppoe.xml.in index b6b54c915..bbaff5f04 100644 --- a/interface-definitions/interfaces-pppoe.xml.in +++ b/interface-definitions/interfaces-pppoe.xml.in @@ -75,6 +75,7 @@ </leafNode> #include <include/interface-description.xml.i> #include <include/interface-disable.xml.i> + #include <include/interface-vrf.xml.i> <leafNode name="idle-timeout"> <properties> <help>Delay before disconnecting idle session (in seconds)</help> |