Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
eugenepaniot committed Aug 16, 2018
1 parent 78fb00a commit a0b48db
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions ifdown-vxlan
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ source_config
/sbin/ip link set dev "$DEVICE" down
/sbin/ip link del "$DEVICE"

exec /etc/sysconfig/network-scripts/ifdown-eth "$CONFIG"
exec /etc/sysconfig/network-scripts/ifdown-post "$CONFIG"
/etc/sysconfig/network-scripts/ifdown-eth "$CONFIG"
/etc/sysconfig/network-scripts/ifdown-post "$CONFIG"
4 changes: 2 additions & 2 deletions ifup-vxlan
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ need_config ${CONFIG}

source_config

exec /etc/sysconfig/network-scripts/ifup ${PHYS_DEV}
/etc/sysconfig/network-scripts/ifup ${PHYS_DEV}

ip link add ${DEVICE} type vxlan \
id ${VNI} \
Expand All @@ -22,4 +22,4 @@ ip link add ${DEVICE} type vxlan \
ttl ${ttl:-255} \
dev ${PHYS_DEV} ${OPTIONS}

exec /etc/sysconfig/network-scripts/ifup-eth ${DEVICE}
/etc/sysconfig/network-scripts/ifup-eth ${DEVICE}
Binary file removed initscripts-vxlan-0.1-1.x86_64.rpm
Binary file not shown.
2 changes: 1 addition & 1 deletion initscripts-vxlan.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: initscripts-vxlan
Version: 0.1
Release: 1%{?dist}
Release: 2%{?dist}
Summary: vxlan ifup/down scripts
Packager: Eugene Paniot <[email protected]>
Group: System Environment/Base
Expand Down

0 comments on commit a0b48db

Please sign in to comment.