diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-03-07 17:55:21 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-03-07 17:56:17 +0100 |
commit | ac45a7ee1d48b6988b9e5ccb9ee0883c5177a5e7 (patch) | |
tree | 1f43ad3990c3eb5375c2fe1f4f9c5f5a75c5cc52 /debian | |
parent | 23010444a1136616bdcbae47811b8cc0f0aea1f0 (diff) | |
download | vyos-1x-ac45a7ee1d48b6988b9e5ccb9ee0883c5177a5e7.tar.gz vyos-1x-ac45a7ee1d48b6988b9e5ccb9ee0883c5177a5e7.zip |
pppoe: T1318: add ip-pre-up script
ppp already supports ip-pre-up script but none was being supplied. Need
ip-pre-up to handle renames and firewall properly.
Script imported from old VyOS PPP fork repository at
https://github.com/vyos/ppp-debian
Diffstat (limited to 'debian')
-rw-r--r-- | debian/vyos-1x.install | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/vyos-1x.install b/debian/vyos-1x.install index d8388eecc..5bb7ea507 100644 --- a/debian/vyos-1x.install +++ b/debian/vyos-1x.install @@ -1,5 +1,6 @@ etc/dhcp etc/init.d +etc/ppp etc/rsyslog.d etc/systemd etc/vyos |