summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-12-31firewall: T2199: T3873: Migrate firewall to XML/PythonHEADcurrentChristian Poessinger
2021-12-27Merge pull request #28 from goodNETnick/currentChristian Poessinger
Firewall increase maximum number of rules
2021-12-27Firewall: T4100: increase maximum number of rulesroot
2021-12-08Merge pull request #22 from wafuwafu13/fix-indentationDaniil Baturin
Fix indentation
2021-09-24Merge pull request #26 from vfreex/bridge-vifs-currentChristian Poessinger
T3115: Add firewall options for bridge vifs
2021-09-24T3115: Add firewall options for bridge vifsYuxiang Zhu
2021-08-22interfaces: T3090: bum version 5 -> 6Christian Poessinger
2021-06-25T2023: macsec: fix interface tree referenceChristian Poessinger
2021-06-13T2023: add macsec interface firewall supportChristian Poessinger
2021-06-13T3620: rename wirelessmodem -> wwanChristian Poessinger
2021-05-25Merge pull request #23 from srividya0208/T3569Christian Poessinger
firewall: ICMP code/type: T3569
2021-05-25firewall: ICMP code/type: T3569srividya0208
Fixed the completion help for icmp code & type which was showing out of range values 0-4294967295 than the allowed values i.e. 0-255
2021-04-08Fix indentationwafuwafu13
2021-04-08Fix indentationwafuwafu13
2021-04-05Merge pull request #21 from c-po/t3456-fixesChristian Poessinger
T3456: firewall: policy: rules that should be deleted seem to be still in use
2021-04-05T3456: add missing priority when removing per interface firewall rulesChristian Poessinger
This is the second commit for fixing this issue, the first was for the policy based routing and fixed in commit dc80ce45f95 ("T3456: add missing priority when deleting interface policy"). set firewall name FOO rule 10 action 'accept' set interfaces ethernet eth0 firewall local name 'FOO' commit This was not able to be removed again in one commit, two commits are required. vyos@r4-roll# delete firewall [edit] vyos@r4-roll# delete interfaces ethernet eth0 firewall [edit] vyos@r4-roll# commit [ firewall name FOO ] Firewall configuration error: Cannot delete rule set "FOO" (still in use) delete [ firewall name FOO ] failed delete [ firewall ] failed Commit failed [edit] vyos@r4-roll#
2021-04-05T3456: add missing priority when deleting interface policyChristian Poessinger
set interfaces ethernet eth1 policy route 'LAN-POLICY-BASED-ROUTING' set policy route LAN-POLICY-BASED-ROUTING rule 10 destination set policy route LAN-POLICY-BASED-ROUTING rule 10 disable set policy route LAN-POLICY-BASED-ROUTING rule 10 set table '10' set policy route LAN-POLICY-BASED-ROUTING rule 10 source address '192.168.0.119/32' set policy route LAN-POLICY-BASED-ROUTING rule 20 destination set policy route LAN-POLICY-BASED-ROUTING rule 20 set table '100' set policy route LAN-POLICY-BASED-ROUTING rule 20 source address '192.168.0.240' This was not able to be deleted in only one commit, two commits were required. vyos@vyos# delete policy vyos@vyos# delete interfaces ethernet eth1 policy vyos@vyos# commit [ policy route LAN-POLICY-BASED-ROUTING ] Firewall configuration error: Cannot delete rule set "LAN-POLICY-BASED-ROUTING" (still in use) delete [ policy route LAN-POLICY-BASED-ROUTING ] failed [[]] failed Commit failed copy failed [/opt/vyatta/config/tmp/tmp_7724/work/.unionfs-fuse][/opt/vyatta/config/tmp/new_config_7724/.unionfs-fuse] Failed to generate committed config [edit] vyos@vyos#
2021-02-15Merge pull request #20 from bstepler/T3290Christian Poessinger
conntrack: T3290: remove references to removed GRE plugins
2021-02-10conntrack: T3290: remove references to removed GRE pluginsBrandon Stepler
2021-01-08Debian: also package files for dummy interfacesChristian Poessinger
2020-11-27Merge pull request #19 from sever-sever/T2868Daniil Baturin
cfg-firewall: T2868: Delete option pmtu for tcp-mss
2020-11-27cfg-firewall: T2868: Delete option pmtu for tcp-msssever-sever
2020-07-29Debian: set compatibility level to 9Christian Poessinger
2020-07-29Merge pull request #18 from sever-sever/T1241Daniil Baturin
firewall: T1241: Check file before del
2020-07-29firewall: T1241: Check file before delsever-sever
2020-06-23Jenkins: T2625: migrate to build libraryChristian Poessinger
2020-03-21Jenkins: T1870: support GitHub PullRequest buildsChristian Poessinger
2020-02-23pppoe: T1318: de-nest pppoe interfaceChristian Poessinger
2019-12-27Jenkins: make pipeline branch independentChristian Poessinger
2019-12-18Merge branch 'equuleus' of github.com:vyos/vyatta-cfg-firewall into currentChristian Poessinger
* 'equuleus' of github.com:vyos/vyatta-cfg-firewall: Jenkins: import Pipeline from vyos-1x commit bd00ec7 update Jenkins file for equuleus
2019-09-28Jenkins: import Pipeline from vyos-1x commit bd00ec7Christian Poessinger
2019-09-28Jenkins: import Pipeline from vyos-1x commit bd00ec7VyOS_1.2-2019Q4Christian Poessinger
2019-09-28Jenkins: import Pipeline from vyos-1x commit 4d225f6Christian Poessinger
2019-08-14update Jenkins file for equuleusUnicronNL
2019-06-23Merge pull request #15 from woodypl/currentChristian Poessinger
T1471: Fix wireguard entry in firewall template generator.
2019-06-23T1471: Fix wireguard entry in firewall template generator.Paweł Drewniak
2019-06-20Merge pull request #14 from zdc/T1456Daniil Baturin
[ipset] T1456: Add check for duplicate items in port-group before commit
2019-06-19[ipset] T1456: Add check for duplicate items in port-group before commitzsdc
2019-05-21Create Jenkinsfile currentKim Hagen
2019-02-08T484: Rules can't be deleted from firewall rule sets used in zone policiesJoshua McBeth
2019-02-08Revert "Bug #T171 fix Open Task T171 Unable to Delte Rule"Christian Poessinger
This reverts commit d1164b989295016436f20caa709603ec5d85a4d3.
2019-01-29Merge pull request #12 from mevertse/currenthagbard-01
T166: Changed NPTv6 to use NETMAP
2019-01-29Merge branch 'current' of https://github.com/mevertse/vyatta-cfg-firewall ↵Merijn Evertse
into HEAD
2019-01-29T166: Changed NPTv6 to use NETMAPMerijn Evertse
2018-12-17T1111: use unique recent packet list names in rules.Daniil Baturin
2018-12-16T1087: add wireguard to interface template generators.Daniil Baturin
2018-11-18T573: add support for matching IPv6 hop limit.Daniil Baturin
Patch by Ray Patrick Soucy.
2018-11-13T1006: replace check_prefix_boundary with ipaddrcheck.Daniil Baturin
2018-10-26T59: Inspect action still exists in firewall and should be removedhagbard
2018-07-24T666: remove the firewall option from the old VRRP CLI.Daniil Baturin
If left in place, it will create incorrect command definition tree when vyatta-vrrp is removed and cause config loading errors.