networking-vpp:master

Last commit made on 2020-10-21
Get this branch:
git clone -b master https://git.launchpad.net/networking-vpp

Branch merges

Branch information

Name:
master
Repository:
lp:networking-vpp

Recent commits

5b94082... by Zuul <email address hidden>

Merge "Fix bug in IPv6 default route setting"

2f7b4e5... by Yichen Wang

Fix dump-tags and dump-acls script

Change-Id: I01528cbd5026c36ac22fc6040da3e277528c4c59

41c0220... by Onong Tayeng <email address hidden>

Fix bug in IPv6 default route setting

A buggy if check causes the code to attempt setting the IPv6 default
route through an IPv4 gateway causing PAPI to produce the following
error:

    TypeError: object of type 'IPv4Address' has no len()

Change-Id: Ia455cb983f26f171994e45d30ac0575300fdbdb3
Closes-Bug: #1899772

5a9c69e... by Yichen Wang

Fix security group encodings for VPP 20.05

VPP 20.05 changed the API definition of acl_add_replace() and its
macip equivalent.. Fix to support it.

Some tidyups in the way things are constructed.

Change-Id: Ib6c58c46f87b705bd03c38407ad9e6b948687e8b

cbbad85... by Zuul <email address hidden>

Merge "Remove 'helper' ipaddress functions"

b28ed55... by Zuul <email address hidden>

Merge "Update MAC typing"

a928175... by Ian Wells

Remove 'helper' ipaddress functions

These date from when ipaddress required unicode input. That's no
longer true, and these obscure the type information from the
original calls. Sub in the orginals.

Change-Id: I105661c532b3f9c9919c74d6f1effa156cb2f397

618457a... by Ian Wells

Update MAC typing

Remove dead function. Make mac_t and mac_str_t strong types that
require casting to and from; propagate type checking outwards.

Change-Id: If5c82665bdea849d437677b79a08bc967b9f35dd

0743b98... by Ian Wells

Py3 update to some CLI debug tools

dump_acl_info and dump_tag_info use x.next() - should be x.__next__()
or more idiomatically next(x)

Change-Id: Ic99b318900bd9cba6d4c7fcd24357151590542f2

64a3192... by Zuul <email address hidden>

Merge "Simplify _to_acl_rule"