diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-11-29 22:07:05 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-02-23 14:36:56 +0100 |
commit | 38f31c805d7c79df7405a7b65d6775a4d762eb90 (patch) | |
tree | da7e62070e126a2cc02bd74eab47671d908d5d86 /debian | |
parent | ceb4031b7647de742be078918085732783fad78d (diff) | |
download | vyos-1x-38f31c805d7c79df7405a7b65d6775a4d762eb90.tar.gz vyos-1x-38f31c805d7c79df7405a7b65d6775a4d762eb90.zip |
pppoe: T1318: add first version of new XML/Python implementation
vyos@vyos# show interfaces pppoe
pppoe pppoe0 {
default-route force
link eth2.7
mtu 400
name-server auto
password 12345678
user-id vyos@vyos.io
}
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 1 | ||||
-rw-r--r-- | debian/vyos-1x.install | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/control b/debian/control index dc6c9a8f4..fbcc3fa2e 100644 --- a/debian/control +++ b/debian/control @@ -84,6 +84,7 @@ Depends: python3, wireless-regdb, pmacct (>= 1.6.0), python3-certbot-nginx, + pppoe, ${shlibs:Depends}, ${misc:Depends} Description: VyOS configuration scripts and data diff --git a/debian/vyos-1x.install b/debian/vyos-1x.install index e1236b75b..eb19dafeb 100644 --- a/debian/vyos-1x.install +++ b/debian/vyos-1x.install @@ -1,7 +1,7 @@ +etc/dhcp etc/init.d -etc/vyos etc/systemd -etc/dhcp +etc/vyos lib/ opt/ usr/ |