diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-08-20 17:16:26 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-08-21 21:02:29 +0200 |
commit | 0d127067b692c7610b49287b11e2fde69016c70f (patch) | |
tree | 0529c095000e264be6d70f7efb4776c3be6791df /interface-definitions | |
parent | b7d30137b17da49ed5099d4d96659b363fc7bcc9 (diff) | |
download | vyos-1x-0d127067b692c7610b49287b11e2fde69016c70f.tar.gz vyos-1x-0d127067b692c7610b49287b11e2fde69016c70f.zip |
pppoe: T3090: support forward disable on a PPPoE link
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/interfaces-pppoe.xml.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/interface-definitions/interfaces-pppoe.xml.in b/interface-definitions/interfaces-pppoe.xml.in index ac8fa378b..25a82a86b 100644 --- a/interface-definitions/interfaces-pppoe.xml.in +++ b/interface-definitions/interfaces-pppoe.xml.in @@ -71,6 +71,7 @@ </properties> <children> #include <include/interface/adjust-mss.xml.i> + #include <include/interface/disable-forwarding.xml.i> #include <include/interface/source-validation.xml.i> </children> </node> @@ -88,6 +89,7 @@ </children> </node> #include <include/interface/adjust-mss.xml.i> + #include <include/interface/disable-forwarding.xml.i> </children> </node> <leafNode name="source-interface"> |