From eca1842c10541f59f3bebe603651cad2ca8eccb2 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Tue, 13 Nov 2018 21:20:51 +0100 Subject: T1006: set the architecture to 'all' since this package has no architecture-dependent files anymore. --- debian/control | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/control b/debian/control index e5a3f34a..c15e220d 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Build-Depends: debhelper (>= 5), autotools-dev, automake, autoconf, cpio Standards-Version: 3.7.2 Package: vyatta-cfg-quagga -Architecture: any +Architecture: all Depends: sed (>= 4.1.5), perl (>= 5.8.8), procps (>= 1:3.2.7-3), @@ -15,7 +15,8 @@ Depends: sed (>= 4.1.5), vyatta-cfg-system (>= 0.19.125), libc6 (>= 2.7-6), vyatta-bash | bash (>= 3.1), - frr (>= 6.1) + frr (>= 6.1), + ipaddrcheck (>=1.1) Suggests: util-linux (>= 2.13-5), net-tools, ethtool, -- cgit v1.2.3 From 83e483b9bea55cefc281fd417173427235b24a36 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Sun, 16 Dec 2018 15:59:27 +0100 Subject: T1063: add wireguard to interface template generator. --- debian/vyatta-cfg-quagga.install | 1 + gen-interface-templates.pl | 1 + 2 files changed, 2 insertions(+) (limited to 'debian') diff --git a/debian/vyatta-cfg-quagga.install b/debian/vyatta-cfg-quagga.install index b8b66da3..8bb25cc1 100644 --- a/debian/vyatta-cfg-quagga.install +++ b/debian/vyatta-cfg-quagga.install @@ -17,3 +17,4 @@ opt/vyatta/share/vyatta-cfg/templates/interfaces/wirelessmodem opt/vyatta/share/vyatta-cfg/templates/interfaces/dummy opt/vyatta/share/vyatta-cfg/templates/interfaces/l2tpv3 opt/vyatta/share/vyatta-cfg/templates/interfaces/vxlan +opt/vyatta/share/vyatta-cfg/templates/interfaces/wireguard diff --git a/gen-interface-templates.pl b/gen-interface-templates.pl index 6573937d..ef8c0a3a 100755 --- a/gen-interface-templates.pl +++ b/gen-interface-templates.pl @@ -54,6 +54,7 @@ my %interface_hash = ( 'dummy/node.tag' => '$VAR(@)', 'l2tpv3/node.tag' => '$VAR(@)', 'vxlan/node.tag' => '$VAR(@)', + 'wireguard/node.tag' => '$VAR(@)', ); # Hash table to check if the priority needs to set @ root -- cgit v1.2.3