上一页 1 ··· 147 148 149 150 151 152 153 154 155 ··· 164 下一页

2020年4月29日

摘要: [root@localhost vpp]# ethtool -k enp125s0f0 | grep hw-tc-offload hw-tc-offload: off [fixed] [root@localhost vpp]# [root@localhost vpp]# ethtool -k enp 阅读全文
posted @ 2020-04-29 11:48 tycoon3 阅读(1328) 评论(0) 推荐(0)
摘要: make -C /lib/modules/4.14.0-115.el7a.0.1.aarch64/build M=/root/vrouter/contrail-vrouter modules make: *** /lib/modules/4.14.0-115.el7a.0.1.aarch64/bui 阅读全文
posted @ 2020-04-29 10:26 tycoon3 阅读(2288) 评论(0) 推荐(0)

2020年4月28日

摘要: Linux开启coredump mkdir -p /home/data/corefile chmod 777 /home/data/corefile echo "ulimit -S -c unlimited > /dev/null 2>&1" >> /etc/profile source /etc/ 阅读全文
posted @ 2020-04-28 13:36 tycoon3 阅读(1096) 评论(0) 推荐(0)
摘要: In the first part of our new series, we will be building our first VPP platform plug-in, using basic examples. We will start with a first-dive into pl 阅读全文
posted @ 2020-04-28 10:25 tycoon3 阅读(733) 评论(0) 推荐(0)
摘要: 查看路由表 DBGvpp# show ip fib ipv4-VRF:0, fib_index:0, flow hash:[src dst sport dport proto ] epoch:0 flags:none locks:[default-route:1, nat-hi:2, ] 0.0.0 阅读全文
posted @ 2020-04-28 09:37 tycoon3 阅读(1290) 评论(1) 推荐(0)

2020年4月27日

摘要: [root@localhost vpp]# find ./ -name router-plugin_plugin.so ./lib/vpp_plugins/router-plugin_plugin.so [root@localhost vpp]# 阅读全文
posted @ 2020-04-27 21:04 tycoon3 阅读(471) 评论(0) 推荐(0)
摘要: /* *INDENT-OFF* */ typedef CLIB_PACKED (struct { mac_address_t mac; ip4_address_t ip4; }) ethernet_arp_ip4_over_ethernet_address_t; /* *INDENT-ON* */ 阅读全文
posted @ 2020-04-27 20:28 tycoon3 阅读(631) 评论(0) 推荐(0)

2020年4月26日

摘要: Could not find a package configuration file provided by "Vpp" with any of the following names: VppConfig.cmake vpp-config.cmake Add the installation p 阅读全文
posted @ 2020-04-26 18:21 tycoon3 阅读(1009) 评论(0) 推荐(0)

2020年4月24日

摘要: 查询VRF邻接表和路由 ip neigh show vrf vrf-blue ip addr show vrf vrf-blue ip -br addr show vrf vrf-blue ip route show vrf vrf-blue [root@evpn1 ~]# ip neigh sho 阅读全文
posted @ 2020-04-24 18:48 tycoon3 阅读(894) 评论(0) 推荐(0)
摘要: 一开始只有一个vrf [root@evpn2 ~]# vtysh Hello, this is FRRouting (version 7.3-MyOwnFRRVersion). Copyright 1996-2005 Kunihiro Ishiguro, et al. evpn2.novalocal 阅读全文
posted @ 2020-04-24 15:48 tycoon3 阅读(546) 评论(0) 推荐(0)
上一页 1 ··· 147 148 149 150 151 152 153 154 155 ··· 164 下一页

导航