Package: rp-pppoe / 3.15-2
Metadata
Package | Version | Patches format |
---|---|---|
rp-pppoe | 3.15-2 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
01_auto_ifup.patch | (download) |
src/Makefile.in |
2 1 1 - 0 ! |
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 ! |
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 ! |
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 ! |
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 ! |
typo fix |
06_fix_build_flags.patch | (download) |
src/Makefile.in |
2 1 1 - 0 ! |
add hardening build flags to makefile |