Skip to content

Commit

Permalink
0.1.2-5
Browse files Browse the repository at this point in the history
  • Loading branch information
muink committed May 11, 2024
1 parent 3802528 commit 6e74c1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk

PKG_NAME:=einat-ebpf
PKG_VERSION:=0.1.2
PKG_RELEASE:=4
PKG_RELEASE:=5

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/EHfive/einat-ebpf/tar.gz/refs/tags/v$(PKG_VERSION)?
Expand Down
2 changes: 1 addition & 1 deletion files/einat.init
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ einat_instance() {
procd_append_param netdev "$ifname"

if [ "$hairpin_enabled" = 1 -a -n "$hairpinif" ]; then
procd_append_param command --hairpin-if "$hairpinif"
procd_append_param command --hairpin-if lo $hairpinif
for n in $hairpinif; do
procd_append_param netdev "$n"
done
Expand Down

0 comments on commit 6e74c1e

Please sign in to comment.