Skip to content

Commit

Permalink
Fix nits
Browse files Browse the repository at this point in the history
  • Loading branch information
wingo committed Nov 8, 2017
1 parent d28efc9 commit 55ad468
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/apps/config/support/snabb-softwire-v2.lua
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,6 @@ end

local function ietf_binding_table_from_native(bt)
local ret, key_t = cltable_for_grammar(get_ietf_softwire_grammar())
local psid_key_t = data.typeof('struct { uint32_t ipv4; }')
for softwire in bt.softwire:iterate() do
local k = key_t({ binding_ipv6info = softwire.value.b4_ipv6 })
local v = {
Expand Down Expand Up @@ -365,7 +364,6 @@ local function ietf_softwire_br_translator ()
end
return true
end
-- Re-start here tomorrow
function ret.set_config(native_config, path_str, arg)
path = path_mod.parse_path(path_str)
local br_instance_paths = {'br-instances', 'binding', 'br-instance'}
Expand Down

0 comments on commit 55ad468

Please sign in to comment.