diff options
author | John Estabrook <jestabro@vyos.io> | 2021-08-19 12:24:28 -0500 |
---|---|---|
committer | John Estabrook <jestabro@vyos.io> | 2021-08-19 12:24:28 -0500 |
commit | a89f02745811bbbfd735293a2dd14767ac9944d2 (patch) | |
tree | 23290a2440241d66633c3b3a06cf4425256b1d93 | |
parent | d47d7a2dea8db0adb9ea7fdf60d3032a6bcee5ac (diff) | |
download | vyatta-cfg-system-a89f02745811bbbfd735293a2dd14767ac9944d2.tar.gz vyatta-cfg-system-a89f02745811bbbfd735293a2dd14767ac9944d2.zip |
T3768: add https component version
Previously, the component version for https was located in the XML
interface-definition, as part of the early version of the XML
syntaxVersion tag; remove early version and add here.
-rw-r--r-- | Makefile.am | 1 | ||||
-rw-r--r-- | cfg-version/https@2 | 0 |
2 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index e9652c8b..2682b22b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -121,6 +121,7 @@ curver_DATA += cfg-version/ipoe-server@1 curver_DATA += cfg-version/dhcpv6-server@1 curver_DATA += cfg-version/nat@5 curver_DATA += cfg-version/conntrack-sync@2 +curver_DATA += cfg-version/https@2 cpiop = find . ! -regex '\(.*~\|.*\.bak\|.*\.swp\|.*\#.*\#\)' -print0 | \ cpio -0pd diff --git a/cfg-version/https@2 b/cfg-version/https@2 new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/cfg-version/https@2 |