Skip to content

Commit

Permalink
Patches for ip (#36)
Browse files Browse the repository at this point in the history
* fix: git add for patches

Signed-off-by: Artem Glazychev <[email protected]>

* Add patches for ip

Signed-off-by: Artem Glazychev <[email protected]>
  • Loading branch information
glazychev-art authored Aug 31, 2021
1 parent e0e3b48 commit 1534cf6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions patch/patch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,11 @@ git_cherry_pick refs/changes/09/32009/5 # 32009 wireguard: add ipv6 support
git_cherry_pick refs/changes/85/32685/4 # 32685 wireguard: add events for peer
git_cherry_pick refs/changes/03/33303/2 # 33303 memif: fix offset
git_cherry_pick refs/changes/20/33020/2 # 33020 l3xc: reset dpo on delete
git_cherry_pick refs/changes/68/33568/1 # 33568 ip: check if interface has link-local address (addition)
git_cherry_pick refs/changes/58/33558/1 # 33558 ip: check if interface has link-local address

if [ "$(ls ./patch/*.patch 2> /dev/null)" ]; then
git apply patch/*.patch
git add --all
git commit -m "misc patches"
fi

0 comments on commit 1534cf6

Please sign in to comment.