Age | Commit message (Collapse) | Author |
|
In 5.5 from stretch, it's inside the swanctl package.
In 5.6 from sid, the swanctl package depends on it so we don't need to mention
it explicitly anyway.
|
|
|
|
|
|
|
|
|
|
Update standards version and description.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add libnfnetlink-dev to the list of build dependencies, required for
compiling src/cfgcti.
Bug #317 http://bugzilla.vyos.net/show_bug.cgi?id=317
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
In a 32-bit machine the signed bit is at the 32'nd bit position.
Mark used by vti set's (0x9000-0000) that bit position.
Changed the api to use strtoul to read the data from the command line and
configure the mark.
Also, changed the vyatta-cfg-vpn package to be arch dependent since it now
has a binary that it generates.
|