diff options
author | Christian Poessinger <christian@poessinger.com> | 2023-01-04 19:58:59 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2023-01-04 19:58:59 +0100 |
commit | 87cc636bd2baf576a2a5ece7a4f8318eb4f69c2e (patch) | |
tree | 91141bcd84687d1e6af08ea6ed6b5f6fea8b168d /interface-definitions/system-option.xml.in | |
parent | 7763de6c4b93d3372ab3f4572d9fa6b7536102b3 (diff) | |
download | vyos-1x-87cc636bd2baf576a2a5ece7a4f8318eb4f69c2e.tar.gz vyos-1x-87cc636bd2baf576a2a5ece7a4f8318eb4f69c2e.zip |
ssh: T2651: add source-interface support ssh-client
Diffstat (limited to 'interface-definitions/system-option.xml.in')
-rw-r--r-- | interface-definitions/system-option.xml.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/interface-definitions/system-option.xml.in b/interface-definitions/system-option.xml.in index a9fed81fe..bb15e467e 100644 --- a/interface-definitions/system-option.xml.in +++ b/interface-definitions/system-option.xml.in @@ -121,6 +121,7 @@ </properties> <children> #include <include/source-address-ipv4-ipv6.xml.i> + #include <include/source-interface.xml.i> </children> </node> <leafNode name="startup-beep"> |