Skip to content

mariux64/mxtools

fix-mxrouter-d…
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
Code
This branch is 10 commits behind master.

Latest commit

When a vlan interface definition is removed from the configuration,
currently the code attempts to remove the actual vlan interface twice:
once by the general logic ($have_if, $want_if -> unconfigure_if()) and
once by the special logic ($have_vlan, $want_vlan -> unconfigure_vlan()).

Remove the later.
3c22ccd

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
etc
 
 
fon
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

mxtools

Experimental home for all the small scripts and utilities we have in our system.

This repository has no releases. The files in the master branch should match those installed on the mx64 distmaster.

Rules (proposed)

  • Only for tools
    • which live in the system (are distributed by the distmaster)
    • which don't have their own repository
    • which are not installed by bee
    • which don't contain any secrets
  • Tools published here don't need to be portable and may include knowledge of our current configuration
  • Each tool should go into a separate directory, even if it’s only a single script.