Skip to content

Commit

Permalink
Update Debian package files
Browse files Browse the repository at this point in the history
  • Loading branch information
kangtastic committed Dec 16, 2017
1 parent ccf6220 commit fbe9f52
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 2 deletions.
10 changes: 10 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
eap-proxy (0.0.2) unstable; urgency=medium

* Rework handling interfaces and VLANs
* Rewrite restarting DHCP client
* Fix setting MAC addresses
* Quit if not running as root
* Handle padded numeric IF_VLAN

-- kangtastic <[email protected]> Thu, 14 Dec 2017 19:20:32 -0800

eap-proxy (0.0.1) unstable; urgency=medium

* Initial Release.
Expand Down
25 changes: 23 additions & 2 deletions eap_proxy.conf-dist
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
### /etc/eap_proxy.conf: configuration file for EAP Proxy
# See eap_proxy(1) for more information about these options.
# To enable an option, uncomment it (remove any "#" at the front).

### You will probably only need to edit the lines after IF_WAN and IF_ROUTER.

Expand All @@ -11,7 +12,8 @@ wan0
# IF_ROUTER
rtr0

### You will probably not need to edit anything below this line.
### You will probably not need to edit anything below here...
### unless you need to explicitly set the VLAN subinterface to use.

# Checking whether WAN is up
--ping-gateway
Expand All @@ -21,8 +23,27 @@ rtr0
--ignore-start
--ignore-logoff

# Configuring the IF_WAN.0 VLAN interface
# Configuring the VLAN subinterface on IF_WAN
# --vlan: By default, eap_proxy will act as though the --vlan 0 line were enabled,
# even if no --vlan line is enabled.
#
# You can configure the VLAN by its VLAN ID or device name,
# or use IF_WAN directly by specifying "none".
#
# Also, an invalid input for --vlan is the same as specifying "none".
#
# This means that if no --vlan line is enabled, and you have no VLAN 0,
# eap_proxy will first try to use VLAN 0, and then fall back to using
# IF_WAN directly. For most users this will work fine.
#
# Sorry if this is a little confusing; it's for compatibility's sake.
# --vlan 0
# --vlan 4
# --vlan vlan0000
# --vlan none
--restart-dhcp

# Setting MAC address
--set-mac

# Daemonization (enable only ONE of the --pidfile lines)
Expand Down

0 comments on commit fbe9f52

Please sign in to comment.