Package: rp-pppoe / 3.15-2

Metadata

Package Version Patches format
rp-pppoe 3.15-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01_auto_ifup.patch | (download)

src/Makefile.in | 2 1 1 - 0 !
src/pppoe.c | 52 52 0 - 0 !
2 files changed, 53 insertions( ), 1 deletion(-)

 bring up underlying interface before attempting pppoe
 pppoe fails to start when the interface its running on is not up. This is a
 hack to automatically bring up the interface prior running pppoe on it.
02_change_mac_option.patch | (download)

man/pppoe.8 | 13 13 0 - 0 !
src/if.c | 21 20 1 - 0 !
src/pppoe.c | 17 15 2 - 0 !
3 files changed, 48 insertions( ), 3 deletions(-)

 add option to change source mac on ethernet device
 This patch adds the -H option to pppoe, which allows setting the source MAC
 address on the Ethernet device pppoe is running over. Unconditionally sets
 the device to promiscuous mode.
03_man_pages.patch | (download)

man/pppoe-relay.8 | 4 1 3 - 0 !
man/pppoe-server.8 | 4 1 3 - 0 !
man/pppoe-sniff.8 | 4 1 3 - 0 !
man/pppoe.8 | 3 1 2 - 0 !
4 files changed, 4 insertions( ), 11 deletions(-)

 update man page references
 Upstream ships with a lot of wrapper scripts that are not used by Debian,
 as we have more convenient ways of bringing up a PPPoE interface. Note that
 pppoe.conf is a config file used by the wrapper scripts.
04_change_default_timeout.patch | (download)

configs/pppoe.conf | 2 1 1 - 0 !
1 file changed, 1 insertion( ), 1 deletion(-)

 retry indefinitely while re-connecting
 When connecting, do not give up after 30 seconds, but try indefinetely. That
 way a temporarily unavailable DSLAM will not leave the system disconnected.
05_typo_fixes.patch | (download)

man/pppoe.conf.5 | 2 1 1 - 0 !
1 file changed, 1 insertion( ), 1 deletion(-)

 typo fix
06_fix_build_flags.patch | (download)

src/Makefile.in | 2 1 1 - 0 !
1 file changed, 1 insertion( ), 1 deletion(-)

 add hardening build flags to makefile