Ai
1 Star 0 Fork 0

Alibaba Cloud/evolved-packet-core-demo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
vepc_restart.sh 430 Bytes
一键复制 编辑 原始数据 按行查看 历史
jianzhi.gjz 提交于 2021-11-28 17:04 +08:00 . Initial commit
#!/bin/bash
# chkconfig: 2345 10 90
# description: vepc_pre_init
#ip tuntap add name pgwtun mode tun
#ip addr add 41.1.0.1/16 dev pgwtun
#ip addr add cafe::1/64 dev pgwtun
#ip link set pgwtun up
INSTALL_DIR=/home/wnet/.epc/install
CONFIG_DIR=/home/wnet/.epc/config
killall -9 vepc-epcd
rmmod gtp_fw
insmod $INSTALL_DIR/kmod/gtp_fw.ko
$INSTALL_DIR/bin/vepc-epcd -f $CONFIG_DIR/vepc.conf -l $INSTALL_DIR/var/log/vepc/vepc.log -d
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/aliyun/evolved-packet-core-demo.git
git@gitee.com:aliyun/evolved-packet-core-demo.git
aliyun
evolved-packet-core-demo
evolved-packet-core-demo
master

搜索帮助