aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/interface_cli.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-27classify: pcap / packet trace debug CLI bugsDave Barach1-1/+1
2020-01-14classify: Reduce the include dependencies on vnet_classify.hNeale Ranns1-0/+1
2019-12-19interface: Prevent bad inner-dot1q any exact-match configurationJon Loeliger1-3/+3
2019-11-12interface: Allow VLAN tag-rewrite on non-sub-interfaces too.Jon Loeliger1-2/+26
2019-10-09interface: callback to manage extra MAC addressesMatthew Smith1-0/+152
2019-09-26misc: add vnet classify filter set supportDave Barach1-7/+15
2019-09-23misc: unify pcap rx / tx / drop traceDave Barach1-65/+120
2019-09-23interface: use the correct condition for checking if the pcap fd is openAndrew Yourtchenko1-1/+1
2019-09-20misc: classifier-based packet trace filterDave Barach1-2/+19
2019-09-10misc: clean up "pcap [rx|tx] trace" debug CLIDave Barach1-168/+149
2019-08-20fix pcap_write functionJack Xu1-0/+2
2019-08-01interface: fix pcap tx/rx trace cli handlingJohn Lo1-9/+4
2019-05-17Add a debug-CLI leak-checkerDave Barach1-26/+14
2019-05-03mp_safe SW_INTERFACE_DUMP, SW_INTERFACE_DETAILS, SW_INTERFACE_TAG_ADD_DEL,Steven Luong1-0/+1
2019-04-16vpp-1647: fix typo in pcap_trace_command_internalDave Barach1-1/+1
2019-04-05fix pcap_trace cli output issueJack Xu1-2/+4
2019-02-26Move pcap rx/tx trace code out of the dpdk pluginDave Barach1-0/+286
2018-11-13L2 feautre bitmaps output verbose/non-verbose modeNeale Ranns1-2/+3
2018-10-23c11 safe string handling supportDave Barach1-1/+1
2018-09-26vnet: show interface rx-placement may display garbage charactersSteven1-1/+1
2018-09-24Trivial: Clean up some typos.Paul Vinciguerra1-4/+4
2018-08-24rx-placement: Add API call for interface rx-placementMohsin Kazmi1-23/+42
2018-07-20IP directed broadcastNeale Ranns1-0/+40
2018-06-11MTU: Software interface / Per-protocol MTU supportOle Troan1-14/+36
2018-05-27VPP-1294: add missing feature arc constraintDave Barach1-39/+51
2018-04-13Revert "MTU: Setting of MTU on software interface (instead of hardware interf...Damjan Marion1-20/+23
2018-04-13MTU: Setting of MTU on software interface (instead of hardware interface)Ole Troan1-23/+20
2018-03-18Remove unnumbered configuration on interface deleteNeale Ranns1-41/+13
2018-02-12Improve MTU handlingNeale Ranns1-6/+1
2018-01-13Improve "show xxx tunnel" and "show int addr" outputJohn Lo1-65/+45
2017-10-31Fix set interface mac address API to be endian neutralJohn Lo1-2/+2
2017-10-29devices: Add binary API for set interface <interface> rx-modeSteven1-18/+31
2017-10-04Set MAC address needs the HW interface indexNeale Ranns1-1/+3
2017-09-07Devices: Set interface rx-mode may cause SIGSEGV with nonexistent queueSteven1-2/+7
2017-08-15VPP-939: Update CLI Helptext for rx-placement commandsBilly McFall1-94/+264
2017-07-31CLI:add l2 input/outut to "sh int features"Eyal Bari1-14/+28
2017-07-06devices: show interface rx-placement displays the wrong information (VPP-894)Steven1-1/+3
2017-06-21Introduce default rx mode for device driversDamjan Marion1-6/+12
2017-06-16Add missing barrier sync to rx placement infra codeDamjan Marion1-1/+3
2017-05-10device: Add callback for set interface rx-modeSteven1-18/+54
2017-05-02Add interface rx mode commands, unify rx mode and placement CLIDamjan Marion1-0/+238
2017-04-27vnet: update help message for intfc stateRay Kinsella1-1/+1
2017-03-29Coverity Error: logically dead code in IP unnumbered CLINeale Ranns1-4/+0
2017-03-26Rename "show interfaces" -> "show interface"Dave Barach1-2/+2
2017-03-18Check change in unnumbered setting before updating IP enabled stateNeale Ranns1-4/+15
2017-03-17Attached hostsNeale Ranns1-0/+12
2017-03-07CLI: hide deleted interfacesEyal Bari1-2/+3
2016-12-28Reorganize source tree to use single autotools instanceDamjan Marion1-0/+1165