Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ipv6 #54

Closed
wants to merge 9 commits into from
Closed

Ipv6 #54

wants to merge 9 commits into from

Commits on Dec 22, 2015

  1. core96: Fix deleting the old ramdisk directory

    Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
    mtremer committed Dec 22, 2015
    Configuration menu
    Copy the full SHA
    ff441e4 View commit details
    Browse the repository at this point in the history
  2. core96: Correctly call qosctrl

    Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
    mtremer committed Dec 22, 2015
    Configuration menu
    Copy the full SHA
    1a781c8 View commit details
    Browse the repository at this point in the history
  3. core96: Regenerate language cache

    Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
    mtremer committed Dec 22, 2015
    Configuration menu
    Copy the full SHA
    32dd84e View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2015

  1. core96: remove rrd ramdisk entry from fstab

    Arne Fitzenreiter committed Dec 23, 2015
    Configuration menu
    Copy the full SHA
    c26171b View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2016

  1. Enable correct display of ipv6 entries in Firewall log pages of web UI.

    3 main changes:
     - Fill $iface and $out from PHYSIN and PHYSOUT when looking at bridged packets, othwerwise fill from IN and OUT
     - Recognize ipv4 and ipv6 address style for $srcaddr and $dstaddr
     - Match color coding of tables to pie charts (see seperate patch sent earlier)
    
    I am using the bridged ipv6 setup as proposed in the wiki. I do not think this breaks anything when not using ipv6. So it would be nice to include this even if ipv6 is not officially supported yet. It is quite useful when using the ipv6 setup.
    
    Signed-off-by: Michael Eitelwein <michael@eitelwein.net>
    ---
    MEitelwein committed Jan 9, 2016
    Configuration menu
    Copy the full SHA
    216c829 View commit details
    Browse the repository at this point in the history
  2. Fix regex to extract firewall chain for ipv6 in showrequestfrom*.dat

    If bridged ipv6 is used, $iface is taken from PHYSIN
    In the log line the order of fields is "... IN=XY OUT=XY PHYSIN=XY ..."
    
    Signed-off-by: Michael Eitelwein <michael@eitelwein.net>
    ---
    MEitelwein committed Jan 9, 2016
    Configuration menu
    Copy the full SHA
    befa648 View commit details
    Browse the repository at this point in the history
  3. Firewall chain was not extracted correctly when ipv6 uses bridge

    Signed-off-by: Michael Eitelwein <michael@eitelwein.net>
    ---
    MEitelwein committed Jan 9, 2016
    Configuration menu
    Copy the full SHA
    63bf24a View commit details
    Browse the repository at this point in the history
  4. Fixed detection of firewall chain when bridge is used for ipv6

    Signed-off-by: Michael Eitelwein <michael@eitelwein.net>
    ---
    MEitelwein committed Jan 9, 2016
    Configuration menu
    Copy the full SHA
    8852982 View commit details
    Browse the repository at this point in the history
  5. No code changes, fixed formatting by replacing spaces with tabs

    Signed-off-by: Michael Eitelwein <michael@eitelwein.net>
    ---
    MEitelwein committed Jan 9, 2016
    Configuration menu
    Copy the full SHA
    51ffe2f View commit details
    Browse the repository at this point in the history